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 9cbf115 commit c9028f9Copy full SHA for c9028f9
modules/oidc-config-and-provider/main.tf
@@ -66,7 +66,6 @@ resource "aws_s3_bucket_policy" "allow_access_from_another_account" {
66
resource "rhcs_rosa_oidc_config_input" "oidc_input" {
67
count = var.managed ? 0 : 1
68
69
- # region = data.aws_region.current.name
70
region = data.aws_region.current.region
71
}
72
0 commit comments