abudri
abudri
Show all warnings in `terraform plan`, that are indicated by `"x similar warnings"` in the output
### Terraform Version ```shell Terraform v1.3.3 ``` Also using AWS provider `~> "4.0"`, which currently resolves to `v4.36.1` ### Use Cases Currently when running a `terraform plan`, the output of...
Hello, I am working with the `splunk_data_ui_views` and deployed a dashboard via terraform: https://registry.terraform.io/providers/splunk/splunk/latest/docs/resources/data_ui_views ### Code in `main.tf` ```terraform resource "splunk_data_ui_views" "my_dashboard" { name = "Terraform_Sample_Dashboard" eai_data = file("my_dashboard.xml") acl...