Skip to content

Commit 5d9820d

Browse files
authored
docs: Update link to recommended policy for aws_gateway_controller (#9)
1 parent 5c0bb39 commit 5d9820d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_gateway_controller.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# AWS Gateway Controller Policy
33
################################################################################
44

5-
# https://github.com/aws/aws-application-networking-k8s/blob/main/examples/recommended-inline-policy.json
5+
# https://github.com/aws/aws-application-networking-k8s/blob/main/files/controller-installation/recommended-inline-policy.json
66

77
data "aws_iam_policy_document" "aws_gateway_controller" {
88
count = var.create && var.attach_aws_gateway_controller_policy ? 1 : 0

0 commit comments

Comments
 (0)