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.
1 parent fdaea1e commit 0147f9fCopy full SHA for 0147f9f
modules/langgraph_cloud_setup/main.tf
@@ -147,18 +147,7 @@ resource "aws_iam_role_policy_attachment" "secrets_read" {
147
policy_arn = aws_iam_policy.secrets_read.arn
148
}
149
150
-// Create Load Balancer Role
151
-data "aws_iam_policy_document" "lb_assume_role" {
152
- statement {
153
- actions = ["sts:AssumeRole"]
154
-
155
- principals {
156
- type = "Service"
157
- identifiers = ["elasticloadbalancing.amazonaws.com"]
158
- }
159
160
-}
161
+// Create Load Balancer Service Linked Role
162
resource "aws_iam_service_linked_role" "elastic_load_balancing" {
163
aws_service_name = "elasticloadbalancing.amazonaws.com"
164
0 commit comments