Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing rule_id in tcp/udp sg rules in ibm_is_vpc datasource #2855

Closed
ujjwal-ibm opened this issue Jul 13, 2021 · 0 comments · Fixed by #2856
Closed

Missing rule_id in tcp/udp sg rules in ibm_is_vpc datasource #2855

ujjwal-ibm opened this issue Jul 13, 2021 · 0 comments · Fixed by #2856
Labels
service/VPC Infrastructure Issues related to the VPC Infrastructure

Comments

@ujjwal-ibm
Copy link
Collaborator

Terraform CLI 15 and Terraform IBM Provider Version 1.27.2

Affected Resource(s)

  • ibm_is_vpc

Terraform Configuration Files

Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.

data ibm_is_vpc this {
     name = "test"
}

Output

      "rules" = tolist([
        {
          "code" = 0
          "direction" = "inbound"
          "ip_version" = "ipv4"
          "port_max" = 65535
          "port_min" = 1
          "protocol" = "tcp"
          "remote" = "0.0.0.0/0"
          "rule_id" = ""
          "type" = 0
        },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service/VPC Infrastructure Issues related to the VPC Infrastructure
Projects
None yet
2 participants