Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Automated Preview][terraform-aws-security] [WIP] GitLab OIDC Support #2274

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -355,11 +355,6 @@ module "aws_config" {
# value is the tag value.
tags = {}

# Toggle if the recording_group should be setup using the
# var.global_recorder_region (true) or if the recording_group will be setup
# for each entry in var.recording_groups (false). Defaults to true.
use_global_record_region = true

# When true, all IAM policies will be managed as dedicated policies rather
# than inline policies attached to the IAM roles. Dedicated managed policies
# are friendlier to automated policy checkers, which may scan a single
Expand Down Expand Up @@ -652,11 +647,6 @@ inputs = {
# value is the tag value.
tags = {}

# Toggle if the recording_group should be setup using the
# var.global_recorder_region (true) or if the recording_group will be setup
# for each entry in var.recording_groups (false). Defaults to true.
use_global_record_region = true

# When true, all IAM policies will be managed as dedicated policies rather
# than inline policies attached to the IAM roles. Dedicated managed policies
# are friendlier to automated policy checkers, which may scan a single
Expand Down Expand Up @@ -1162,15 +1152,6 @@ A map of tags to apply to the S3 Bucket. The key is the tag name and the value i
<HclListItemDefaultValue defaultValue="{}"/>
</HclListItem>

<HclListItem name="use_global_record_region" requirement="optional" type="bool">
<HclListItemDescription>

Toggle if the recording_group should be setup using the <a href="#global_recorder_region"><code>global_recorder_region</code></a> (true) or if the recording_group will be setup for each entry in <a href="#recording_groups"><code>recording_groups</code></a> (false). Defaults to true.

</HclListItemDescription>
<HclListItemDefaultValue defaultValue="true"/>
</HclListItem>

<HclListItem name="use_managed_iam_policies" requirement="optional" type="bool">
<HclListItemDescription>

Expand Down Expand Up @@ -1242,6 +1223,6 @@ The ARN of the SNS topic to which Config delivers notifications.
"https://github.com/gruntwork-io/terraform-aws-security/tree/v0.75.0/modules/aws-config/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "060bb9829be5d484272665e56ba36627"
"hash": "143af6018553da360f8e49cadf7c15fd"
}
##DOCS-SOURCER-END -->
Loading