Skip to content

Commit

Permalink
fix incorrect comment in 040-id-broker
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Mar 1, 2024
1 parent fa340f7 commit f658077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/040-id-broker/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ data "cloudflare_zone" "domain" {


/*
* Create role for access to SES
* Create role for access to AppConfig
*/
resource "aws_iam_role" "app_config" {
name = "appconfig-${var.idp_name}-${var.app_name}-${var.app_env}-${local.aws_region}"
Expand Down

0 comments on commit f658077

Please sign in to comment.