mirror of
				https://github.com/kubernetes-sigs/external-dns.git
				synced 2025-11-04 04:31:00 +01:00 
			
		
		
		
	Merge pull request #3723 from jalaziz/patch-1
Update aws IAM policy example
This commit is contained in:
		
						commit
						974ad3976f
					
				@ -29,7 +29,8 @@ Hosted Zone IDs.
 | 
				
			|||||||
      "Effect": "Allow",
 | 
					      "Effect": "Allow",
 | 
				
			||||||
      "Action": [
 | 
					      "Action": [
 | 
				
			||||||
        "route53:ListHostedZones",
 | 
					        "route53:ListHostedZones",
 | 
				
			||||||
        "route53:ListResourceRecordSets"
 | 
					        "route53:ListResourceRecordSets",
 | 
				
			||||||
 | 
					        "route53:ListTagsForResource"
 | 
				
			||||||
      ],
 | 
					      ],
 | 
				
			||||||
      "Resource": [
 | 
					      "Resource": [
 | 
				
			||||||
        "*"
 | 
					        "*"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user