We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddad0f6 commit 257b30aCopy full SHA for 257b30a
wayfinder-cloudaccess.tf
@@ -36,7 +36,7 @@ resource "kubectl_manifest" "wayfinder_aws_cloudinfo_cloudaccessconfig" {
36
permission = "CloudInfo"
37
region = data.aws_region.current.name
38
role_arn = module.wayfinder_cloudaccess[0].cloud_info_role_arns.aws
39
- type = "CostEstimates"
+ type = "CostsEstimates"
40
})
41
}
42
0 commit comments