 
 
terraform plan
Terraform used the selected providers to generate the following execution plan.
Resource actions are indicated with the following symbols:
  + create
Terraform will perform the following actions:
  # docker_network.invalid_network will be created
  + resource "docker_network" "invalid_network" {
      + driver      = (known after apply)
      + id          = (known after apply)
      + internal    = (known after apply)
      + ipam_driver = "default"
      + name        = "my-invalid-network"
      + options     = (known after apply)
      + scope       = (known after apply)
      + ipam_config {
          + subnet   = "172.17.0.0/33"
            # (2 unchanged attributes hidden)
        }
    }
Plan: 1 to add, 0 to change, 0 to destroy.