Skip to content

Commit

Permalink
servicediscovery:CreateService
Browse files Browse the repository at this point in the history
  • Loading branch information
carlssonk committed Sep 26, 2024
1 parent 717a498 commit 7b37fa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/service-discovery/iam/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ data "aws_iam_policy_document" "this" {
"servicediscovery:DeleteNamespace",
"servicediscovery:GetNamespace",
"servicediscovery:UpdatePrivateDnsNamespace",
"servicediscovery:CreatePrivateDnsNamespace"
"servicediscovery:CreatePrivateDnsNamespace",
"servicediscovery:CreateService"
]
)
resources = [
Expand Down

0 comments on commit 7b37fa7

Please sign in to comment.