RB
RB
I believe `sensitive` is a terraform 0.15 feature https://www.terraform.io/docs/language/functions/sensitive.html > Note: This function is only available in Terraform v0.15 and later. We're currently have a pin to allow this module...
Here's something else that's also interesting. The `sensitive` flag isn't even on the `aws_cloudfront_distribution` resource's argument `origin.origin_id` schema https://github.com/hashicorp/terraform-provider-aws/blob/e26f89a007dbddb3d967a3b506a129e6605f4846/aws/resource_aws_cloudfront_distribution.go#L568-L572 If the output was sensitive, shouldn't it have the `Sensitive: true`...
/test all
just wondering if you set `origin_bucket = module.label.id` and set a `depends_on`, would this work without this pr change? ```hcl module "cdn" { source = "cloudposse/cloudfront-s3-cdn/aws" context = module.label.context origin_bucket...
@osterman instead of maintaining this as homebrew formula, couldn't we use homebrew directly for some of these packages instead of having to maintain them here? install homebrew on geodesic ```...
Can you share the full hcl of your cloudformation so we can test this out ?
Oh interesting it uses terragrunt. Can you show the raw terraform version?
This seems like the related pr https://github.com/Clever/microplane/pull/73
Couldn't you simply consume the module twice, one with `nat_gateway_enabled` set to true and the data one set to false?
If it works, then let's document it. If it does not work, let's figure it out, make the modifications, and then we can document. 😄