You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
terraform apply
Error: Unsupported argument
on terraform.tf line 134, in resource "ibm_is_network_acl" "vpc_subnet_acl":
134: resource_group = ibm_resource_group.resource_group.id
An argument named "resource_group" is not expected here.
Steps to Reproduce
terraform plan
terraform apply
Important Factoids
Removing resource_group generates the plan / applies correctly, inserting "Default" resource group
# ibm_is_network_acl.vpc_subnet_acl will be created
+ resource "ibm_is_network_acl" "vpc_subnet_acl" {
+ id = (known after apply)
+ name = "vpc-subnet-acl"
+ resource_controller_url = (known after apply)
+ resource_crn = (known after apply)
+ resource_group_name = (known after apply)
+ resource_name = (known after apply)
+ vpc = (known after apply)
Option is available in Console UX:
References
Similar to other issue regarding validation of name input fields:
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Actual Behavior
Steps to Reproduce
terraform plan
terraform apply
Important Factoids
Removing
resource_group
generates the plan / applies correctly, inserting "Default" resource groupOption is available in Console UX:
![image](https://user-images.githubusercontent.com/1815807/78460254-45c73f80-76b7-11ea-8ef8-e1e4472eca0e.png)
References
Similar to other issue regarding validation of name input fields:
The text was updated successfully, but these errors were encountered: