diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json
index 4c4a46ef..367ddfe0 100644
--- a/.github/.release-please-manifest.json
+++ b/.github/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "7.6.0"
+ ".": "7.6.1"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d84901c2..4dd25a0f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [7.6.1](https://github.com/cattle-ops/terraform-aws-gitlab-runner/compare/7.6.0...7.6.1) (2024-05-10)
+
+
+### Bug Fixes
+
+* use a valid policy for ssm access ([#1124](https://github.com/cattle-ops/terraform-aws-gitlab-runner/issues/1124)) ([fec8c8a](https://github.com/cattle-ops/terraform-aws-gitlab-runner/commit/fec8c8a8d729f8d6076a38d8b063f1e14f4aa518))
+
## [7.6.0](https://github.com/cattle-ops/terraform-aws-gitlab-runner/compare/7.5.0...7.6.0) (2024-05-01)
diff --git a/README.md b/README.md
index ba458ff7..672173bf 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
| Name | Version |
|------|---------|
-| [aws](#provider\_aws) | 5.47.0 |
+| [aws](#provider\_aws) | 5.48.0 |
| [local](#provider\_local) | 2.5.1 |
| [tls](#provider\_tls) | 4.0.5 |
@@ -150,6 +150,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
| [aws_ami.runner](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ami) | data source |
| [aws_availability_zone.runners](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/availability_zone) | data source |
| [aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity) | data source |
+| [aws_iam_policy_document.ssm](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) | data source |
| [aws_partition.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/partition) | data source |
| [aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region) | data source |
| [aws_subnet.runners](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/subnet) | data source |
diff --git a/examples/runner-certificates/README.md b/examples/runner-certificates/README.md
index 6dabd3ef..3888bbde 100644
--- a/examples/runner-certificates/README.md
+++ b/examples/runner-certificates/README.md
@@ -139,7 +139,7 @@ For **user images**, you must:
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.3 |
-| [aws](#requirement\_aws) | 5.47.0 |
+| [aws](#requirement\_aws) | 5.48.0 |
| [local](#requirement\_local) | 2.5.1 |
| [null](#requirement\_null) | 3.2.2 |
| [random](#requirement\_random) | 3.6.1 |
@@ -149,7 +149,7 @@ For **user images**, you must:
| Name | Version |
|------|---------|
-| [aws](#provider\_aws) | 5.47.0 |
+| [aws](#provider\_aws) | 5.48.0 |
## Modules
@@ -163,7 +163,7 @@ For **user images**, you must:
| Name | Type |
|------|------|
-| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/5.47.0/docs/data-sources/availability_zones) | data source |
+| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/data-sources/availability_zones) | data source |
## Inputs
diff --git a/examples/runner-default/README.md b/examples/runner-default/README.md
index 804a2bf0..bac6eb0e 100644
--- a/examples/runner-default/README.md
+++ b/examples/runner-default/README.md
@@ -33,7 +33,7 @@ check `.terraform-version` for the tested version.
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.3 |
-| [aws](#requirement\_aws) | 5.47.0 |
+| [aws](#requirement\_aws) | 5.48.0 |
| [local](#requirement\_local) | 2.5.1 |
| [null](#requirement\_null) | 3.2.2 |
| [random](#requirement\_random) | 3.6.1 |
@@ -43,7 +43,7 @@ check `.terraform-version` for the tested version.
| Name | Version |
|------|---------|
-| [aws](#provider\_aws) | 5.47.0 |
+| [aws](#provider\_aws) | 5.48.0 |
## Modules
@@ -57,8 +57,8 @@ check `.terraform-version` for the tested version.
| Name | Type |
|------|------|
-| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/5.47.0/docs/data-sources/availability_zones) | data source |
-| [aws_security_group.default](https://registry.terraform.io/providers/hashicorp/aws/5.47.0/docs/data-sources/security_group) | data source |
+| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/data-sources/availability_zones) | data source |
+| [aws_security_group.default](https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/data-sources/security_group) | data source |
## Inputs
diff --git a/examples/runner-docker/README.md b/examples/runner-docker/README.md
index a043b548..83636831 100644
--- a/examples/runner-docker/README.md
+++ b/examples/runner-docker/README.md
@@ -36,7 +36,7 @@ check `.terraform-version` for the tested version.
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.3 |
-| [aws](#requirement\_aws) | 5.47.0 |
+| [aws](#requirement\_aws) | 5.48.0 |
| [local](#requirement\_local) | 2.5.1 |
| [null](#requirement\_null) | 3.2.2 |
| [random](#requirement\_random) | 3.6.1 |
@@ -46,7 +46,7 @@ check `.terraform-version` for the tested version.
| Name | Version |
|------|---------|
-| [aws](#provider\_aws) | 5.47.0 |
+| [aws](#provider\_aws) | 5.48.0 |
## Modules
@@ -60,7 +60,7 @@ check `.terraform-version` for the tested version.
| Name | Type |
|------|------|
-| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/5.47.0/docs/data-sources/availability_zones) | data source |
+| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/data-sources/availability_zones) | data source |
## Inputs
diff --git a/examples/runner-pre-registered/README.md b/examples/runner-pre-registered/README.md
index 3d7132ff..5a910fac 100644
--- a/examples/runner-pre-registered/README.md
+++ b/examples/runner-pre-registered/README.md
@@ -19,7 +19,7 @@ check `.terraform-version` for the tested version.
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.3 |
-| [aws](#requirement\_aws) | 5.47.0 |
+| [aws](#requirement\_aws) | 5.48.0 |
| [local](#requirement\_local) | 2.5.1 |
| [null](#requirement\_null) | 3.2.2 |
| [random](#requirement\_random) | 3.6.1 |
@@ -29,7 +29,7 @@ check `.terraform-version` for the tested version.
| Name | Version |
|------|---------|
-| [aws](#provider\_aws) | 5.47.0 |
+| [aws](#provider\_aws) | 5.48.0 |
## Modules
@@ -43,7 +43,7 @@ check `.terraform-version` for the tested version.
| Name | Type |
|------|------|
-| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/5.47.0/docs/data-sources/availability_zones) | data source |
+| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/data-sources/availability_zones) | data source |
## Inputs
diff --git a/examples/runner-public/README.md b/examples/runner-public/README.md
index f3213169..ba014a4b 100644
--- a/examples/runner-public/README.md
+++ b/examples/runner-public/README.md
@@ -30,7 +30,7 @@ check `.terraform-version` for the tested version.
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.3 |
-| [aws](#requirement\_aws) | 5.47.0 |
+| [aws](#requirement\_aws) | 5.48.0 |
| [local](#requirement\_local) | 2.5.1 |
| [null](#requirement\_null) | 3.2.2 |
| [random](#requirement\_random) | 3.6.1 |
@@ -40,7 +40,7 @@ check `.terraform-version` for the tested version.
| Name | Version |
|------|---------|
-| [aws](#provider\_aws) | 5.47.0 |
+| [aws](#provider\_aws) | 5.48.0 |
## Modules
@@ -55,7 +55,7 @@ check `.terraform-version` for the tested version.
| Name | Type |
|------|------|
-| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/5.47.0/docs/data-sources/availability_zones) | data source |
+| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/data-sources/availability_zones) | data source |
## Inputs