Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
new: for "aws_lb" "solr"
Browse files Browse the repository at this point in the history
  • Loading branch information
nickumia-reisys committed Nov 1, 2022
1 parent 54deb0c commit a41f87e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions managed-boundary.tf
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,9 @@ resource "aws_iam_user_policy_attachment" "solr_broker_policies" {
// VPC manager: for vpc setup
"arn:aws:iam::aws:policy/AmazonVPCFullAccess",

// ELB manager: for lb setup
"arn:aws:iam::aws:policy/ElasticLoadBalancingFullAccess",

// Route53 manager: for aws_route53_record, aws_route53_zone
"arn:aws:iam::aws:policy/AmazonRoute53FullAccess",

Expand Down Expand Up @@ -686,9 +689,6 @@ module "solr_brokerpak_policy" {
{
"Effect": "Allow",
"Action": [
"elasticloadbalancing:ModifyLoadBalancerAttributes",
"elasticloadbalancing:DescribeTargetGroupAttributes",
"iam:CreateUser",
"iam:DeleteUser",
"iam:GetUser",
Expand Down

0 comments on commit a41f87e

Please sign in to comment.