Skip to content
Merged
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ override.tf.json
*.tflock
.terraform.lock.hcl
.terragrunt-cache
.ansible/
providers

# Auth files. Sensitive.
Expand Down
2 changes: 1 addition & 1 deletion modules/core/arc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |
| <a name="provider_external"></a> [external](#provider\_external) | 2.4.0 |
| <a name="provider_kubernetes"></a> [kubernetes](#provider\_kubernetes) | 3.2.0 |
| <a name="provider_null"></a> [null](#provider\_null) | 3.3.0 |
Expand Down
2 changes: 1 addition & 1 deletion modules/core/arc/scale_set/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |
| <a name="provider_helm"></a> [helm](#provider\_helm) | 3.2.0 |
| <a name="provider_kubernetes"></a> [kubernetes](#provider\_kubernetes) | 3.2.0 |

Expand Down
2 changes: 1 addition & 1 deletion modules/infra/ami_policy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion modules/infra/ami_sharing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion modules/infra/cloud_custodian/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion modules/infra/cloud_formation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion modules/infra/ecr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion modules/infra/eks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |
| <a name="provider_external"></a> [external](#provider\_external) | 2.4.0 |
| <a name="provider_null"></a> [null](#provider\_null) | 3.3.0 |

Expand Down
13 changes: 0 additions & 13 deletions modules/infra/forge_subscription/roles.tf
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
# Role assumed by Forge Runners
data "aws_iam_policy_document" "assume_role_for_forge_runners" {
# Allows us to access S3, SecretsManager immediately when we SSH into a runner VM.
statement {
actions = [
"sts:AssumeRole",
]
principals {
type = "Service"
identifiers = [
"ec2.amazonaws.com",
"s3.amazonaws.com",
]
}
}

# Allow GH runners to assume dedicated role.
statement {
Expand Down
2 changes: 1 addition & 1 deletion modules/infra/opt_in_regions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion modules/infra/service_linked_roles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion modules/infra/storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |

## Modules

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ graph TD

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |
| <a name="provider_external"></a> [external](#provider\_external) | 2.4.0 |

## Modules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |

## Modules

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Both `token` and `room_id` keys are required. The function will prepend `Bearer

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |
| <a name="provider_time"></a> [time](#provider\_time) | 0.14.0 |

## Modules
Expand Down
2 changes: 1 addition & 1 deletion modules/integrations/github_webhook_relay_source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ curl -X POST "$(terraform output -raw webhook_endpoint)/webhook" \

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion modules/integrations/splunk_aws_billing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion modules/integrations/splunk_cloud_conf_shared/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |
| <a name="provider_splunk"></a> [splunk](#provider\_splunk) | 1.5.1 |

## Modules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |
| <a name="provider_external"></a> [external](#provider\_external) | 2.4.0 |

## Modules
Expand Down
2 changes: 1 addition & 1 deletion modules/integrations/splunk_cloud_s3_runner_logs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |
| <a name="provider_external"></a> [external](#provider\_external) | 2.4.0 |

## Modules
Expand Down
2 changes: 1 addition & 1 deletion modules/integrations/splunk_o11y_aws_integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |

## Modules

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |
| <a name="provider_signalfx"></a> [signalfx](#provider\_signalfx) | 9.30.1 |
| <a name="provider_time"></a> [time](#provider\_time) | 0.14.0 |

Expand Down
2 changes: 1 addition & 1 deletion modules/integrations/splunk_o11y_conf_shared/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |
| <a name="provider_signalfx"></a> [signalfx](#provider\_signalfx) | 9.30.1 |

## Modules
Expand Down
2 changes: 1 addition & 1 deletion modules/integrations/splunk_otel_eks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |
| <a name="provider_helm"></a> [helm](#provider\_helm) | 3.2.0 |

## Modules
Expand Down
2 changes: 1 addition & 1 deletion modules/integrations/teleport/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |
| <a name="provider_kubernetes"></a> [kubernetes](#provider\_kubernetes) | 3.2.0 |

## Modules
Expand Down
2 changes: 1 addition & 1 deletion modules/platform/ec2_deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
| ---- | ------ | ------- |
| <a name="module_ec2_update_runner_ssm_ami"></a> [ec2\_update\_runner\_ssm\_ami](#module\_ec2\_update\_runner\_ssm\_ami) | ./ec2_update_runner_ssm_ami | n/a |
| <a name="module_ec2_update_runner_tags"></a> [ec2\_update\_runner\_tags](#module\_ec2\_update\_runner\_tags) | ./ec2_update_runner_tags | n/a |
| <a name="module_runners"></a> [runners](#module\_runners) | git::https://github.com/edersonbrilhante/terraform-aws-github-runner.git//modules/multi-runner | pre-7.7.0 |
| <a name="module_runners"></a> [runners](#module\_runners) | git::https://github.com/github-aws-runners/terraform-aws-github-runner.git//modules/multi-runner | v7.7.0 |

## Resources

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |

## Modules

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion modules/platform/ec2_deployment/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ output "webhook_endpoint" {

output "ec2_runners_arn_map" {
value = {
for runner_key, runner in module.runners.runners_map : runner_key => runner.role_runner.arn
for runner_key, runner in module.runners.runners_map : runner_key => runner.role_runner[0].arn
}
description = "Map of EC2 runner keys to their IAM role ARNs."
}
Expand Down
2 changes: 1 addition & 1 deletion modules/platform/forge_runners/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |
| <a name="provider_null"></a> [null](#provider\_null) | 3.3.0 |
| <a name="provider_random"></a> [random](#provider\_random) | 3.9.0 |
| <a name="provider_time"></a> [time](#provider\_time) | 0.14.0 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |

## Modules

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ See parent repository license.

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |

## Modules

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |

## Modules

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |

## Modules

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |
| <a name="provider_random"></a> [random](#provider\_random) | 3.9.0 |

## Modules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

| Name | Version |
| ---- | ------- |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.49.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.50.0 |

## Modules

Expand Down