angie pinilla
angie pinilla
Also reproducible with test in `field_reader_diff_test.go`: ``` func TestDiffFieldReader_MapHandling(t *testing.T) { schema := map[string]*Schema{ "tags": { Type: TypeSet, Optional: true, Elem: &Schema{ Type: TypeMap, Elem: &Schema{Type: TypeString}, }, }, }...
@bflad shared this tool https://changie.dev/ 🙌 , and i think we could give it a try on this provider to serve as a nice test for changelog automation that could...
Thank you for reporting this issue @chgasparoto ! This seems related to the the apply-time computed tag, `CreatedAt` , unfortunately. I'm seeing the `terraform plan` isn't correctly calculating the `tags_all`...
Hi @matiu2 , thank you for following up on this issue! I don't believe there is a current workaround when using an apply-time Computed key/value pair like `CreatedAt = timestamp()`...
Thank you for providing additional context @ashraf133 and @Marinaburkhardt ! In both cases seems having a resource `tags` set with a `var` is not not being picked (by `tags_all`, though...
Hi @waqark3389 , thank you for creating this issue. I'm unable to reproduce on my end unfortunately with the complete config you've provided, the `dynamic` block seems to work as...
Hi @MartiUK, thank you for raising this issue. To investigate this behavior you are facing, do you mind providing the provider version you are working with as well as any...
@julianguyen is there a specific uicomponent in mind for listing out the times of day? dropdown or checkboxes for example
Possibly related to existing issue: https://github.com/hashicorp/terraform-provider-aws/issues/2283 (destroy/create behavior) *Correction -- as the update was not expected behavior, i'm guessing the capacity_provider_strategy is inherited from the `aws_ecs_cluster` where it is defined....
Hi @nitrocode thanks for looking through the code! My initial thinking was that @spatel96 is using both the `aws_ecs_capacity_provider` and `aws_ecs_service` resources so while `capacity_provider_strategy` is not explicitly configured in...