Brian Flad

Results 422 comments of Brian Flad

After more debugging with `terraform plan -out test.tfplan` and `terraform show -json test.tfplan` was able to see this difference that is typically hidden from Terraform CLI output due to the...

Hi @puneetk 👋 Thank you for raising this quite awhile ago and apologies it never got reviewed properly. We are no longer using this script, so I'm going to close...

I'd propose making it as simple as possible with a single directory (at least to start).

Hi @skeggse 👋 Thank you for raising this. Terraform Providers have a few ways to raise execution output: - Log messages at trace, debug, info, warn, or error levels. These...

Here's the CloudFormation and terraform-plugin-framework defined schemas: https://github.com/hashicorp/terraform-provider-awscc/blob/63e64b3337936a19ea881d022aecc798126d692f/internal/aws/s3/bucket_resource_gen.go#L324-L426 It could actually be a related issue to https://github.com/hashicorp/terraform/issues/30669 where terraform-plugin-sdk was actually providing the validation previously (in a different schema scenario),...

Hi @sprutner 👋 Thank you for requesting this documentation change and apologies it was not reviewed in a timely fashion. The provisioner functionality in Terraform is a concept that applies...

Hi folks 👋 Sorry for the frustrating behavior here. 😖 This error _tends_ to indicate that the output of the program was truncated in some fashion. Since the issue was...

It'd probably be best to tackle this after #224 is reviewed and potentially merged.

Thank you for the comment there, @PJB3005 👍 I want to provide some additional context about Terraform and framework design, as a drive-by comment while my focus is currently elsewhere...

I was able to get some Terraform design clarification around "no configuration update" plans where Computed-only (read-only) attributes can plan updates in this manner. It was brought up that provider...