
OpenTofu used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create

OpenTofu will perform the following actions:

  # module.netem_vr1_dc0_vr1_dc1.terraform_data.netem will be created
  + resource "terraform_data" "netem" {
      + id               = (known after apply)
      + input            = {
          + bridge_name = "virbr5"
          + ssh_target  = ""
        }
      + output           = (known after apply)
      + triggers_replace = [
          + "virbr5",
          + "delay 3ms 1ms loss 0.01%",
        ]
    }

Plan: 1 to add, 0 to change, 0 to destroy.

Warning: Resource targeting is in effect

You are creating a plan with either the -target option or the -exclude
option, which means that the result of this plan may not represent all of the
changes requested by the current configuration.

The -target and -exclude options are not for routine use, and are provided
only for exceptional situations such as recovering from errors or mistakes,
or when OpenTofu specifically suggests to use it as part of an error message.

─────────────────────────────────────────────────────────────────────────────

Saved the plan to: phase2-vr1-dc0-netem.tfplan

To perform exactly these actions, run the following command to apply:
    tofu apply "phase2-vr1-dc0-netem.tfplan"
