Skip to content

Commit 257b30a

Browse files
authored
Fix for CostsEstimates cloud access (#53)
* Wayfinder v2.5.1 (#50) * Wayfinder v2.5.1 and EKS v1.27 * Bump EKS addon versions * Correct the CostsEstimates feature type on Wayfinder's cloud access (#52)
1 parent ddad0f6 commit 257b30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wayfinder-cloudaccess.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ resource "kubectl_manifest" "wayfinder_aws_cloudinfo_cloudaccessconfig" {
3636
permission = "CloudInfo"
3737
region = data.aws_region.current.name
3838
role_arn = module.wayfinder_cloudaccess[0].cloud_info_role_arns.aws
39-
type = "CostEstimates"
39+
type = "CostsEstimates"
4040
})
4141
}
4242

0 commit comments

Comments
 (0)