We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aws_gateway_controller
1 parent 5c0bb39 commit 5d9820dCopy full SHA for 5d9820d
aws_gateway_controller.tf
@@ -2,7 +2,7 @@
2
# AWS Gateway Controller Policy
3
################################################################################
4
5
-# https://github.com/aws/aws-application-networking-k8s/blob/main/examples/recommended-inline-policy.json
+# https://github.com/aws/aws-application-networking-k8s/blob/main/files/controller-installation/recommended-inline-policy.json
6
7
data "aws_iam_policy_document" "aws_gateway_controller" {
8
count = var.create && var.attach_aws_gateway_controller_policy ? 1 : 0
0 commit comments