diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json
index 3b65b141..8e2e9ffd 100644
--- a/.github/.release-please-manifest.json
+++ b/.github/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "7.13.0"
+ ".": "7.13.1"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b7d7c42..84ec91dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [7.13.1](https://github.com/cattle-ops/terraform-aws-gitlab-runner/compare/7.13.0...7.13.1) (2024-08-22)
+
+
+### Bug Fixes
+
+* add `"` to the new `update_interval_*` options of the autoscaler ([#1177](https://github.com/cattle-ops/terraform-aws-gitlab-runner/issues/1177)) ([e792256](https://github.com/cattle-ops/terraform-aws-gitlab-runner/commit/e792256b46ccdc8532560bf2e10cf60468744a76)), closes [#1176](https://github.com/cattle-ops/terraform-aws-gitlab-runner/issues/1176)
+
## [7.13.0](https://github.com/cattle-ops/terraform-aws-gitlab-runner/compare/7.12.1...7.13.0) (2024-08-16)
diff --git a/README.md b/README.md
index 73ccb5c8..6780a784 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.62.0 |
+| [aws](#provider\_aws) | 5.63.0 |
| [local](#provider\_local) | 2.5.1 |
| [tls](#provider\_tls) | 4.0.5 |
diff --git a/examples/runner-certificates/README.md b/examples/runner-certificates/README.md
index 14885e92..ec44b6a5 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.62.0 |
+| [aws](#requirement\_aws) | 5.63.0 |
| [local](#requirement\_local) | 2.5.1 |
| [null](#requirement\_null) | 3.2.2 |
| [random](#requirement\_random) | 3.6.2 |
@@ -149,21 +149,21 @@ For **user images**, you must:
| Name | Version |
|------|---------|
-| [aws](#provider\_aws) | 5.62.0 |
+| [aws](#provider\_aws) | 5.63.0 |
## Modules
| Name | Source | Version |
|------|--------|---------|
| [runner](#module\_runner) | ../../ | n/a |
-| [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | 5.12.1 |
-| [vpc\_endpoints](#module\_vpc\_endpoints) | terraform-aws-modules/vpc/aws//modules/vpc-endpoints | 5.12.1 |
+| [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | 5.13.0 |
+| [vpc\_endpoints](#module\_vpc\_endpoints) | terraform-aws-modules/vpc/aws//modules/vpc-endpoints | 5.13.0 |
## Resources
| Name | Type |
|------|------|
-| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/5.62.0/docs/data-sources/availability_zones) | data source |
+| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/5.63.0/docs/data-sources/availability_zones) | data source |
## Inputs
diff --git a/examples/runner-default/README.md b/examples/runner-default/README.md
index e931ff3f..39fed203 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.62.0 |
+| [aws](#requirement\_aws) | 5.63.0 |
| [local](#requirement\_local) | 2.5.1 |
| [null](#requirement\_null) | 3.2.2 |
| [random](#requirement\_random) | 3.6.2 |
@@ -43,22 +43,22 @@ check `.terraform-version` for the tested version.
| Name | Version |
|------|---------|
-| [aws](#provider\_aws) | 5.62.0 |
+| [aws](#provider\_aws) | 5.63.0 |
## Modules
| Name | Source | Version |
|------|--------|---------|
| [runner](#module\_runner) | ../../ | n/a |
-| [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | 5.12.1 |
-| [vpc\_endpoints](#module\_vpc\_endpoints) | terraform-aws-modules/vpc/aws//modules/vpc-endpoints | 5.12.1 |
+| [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | 5.13.0 |
+| [vpc\_endpoints](#module\_vpc\_endpoints) | terraform-aws-modules/vpc/aws//modules/vpc-endpoints | 5.13.0 |
## Resources
| Name | Type |
|------|------|
-| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/5.62.0/docs/data-sources/availability_zones) | data source |
-| [aws_security_group.default](https://registry.terraform.io/providers/hashicorp/aws/5.62.0/docs/data-sources/security_group) | data source |
+| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/5.63.0/docs/data-sources/availability_zones) | data source |
+| [aws_security_group.default](https://registry.terraform.io/providers/hashicorp/aws/5.63.0/docs/data-sources/security_group) | data source |
## Inputs
diff --git a/examples/runner-docker/README.md b/examples/runner-docker/README.md
index b77e873a..4a4bf9c8 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.62.0 |
+| [aws](#requirement\_aws) | 5.63.0 |
| [local](#requirement\_local) | 2.5.1 |
| [null](#requirement\_null) | 3.2.2 |
| [random](#requirement\_random) | 3.6.2 |
@@ -46,21 +46,21 @@ check `.terraform-version` for the tested version.
| Name | Version |
|------|---------|
-| [aws](#provider\_aws) | 5.62.0 |
+| [aws](#provider\_aws) | 5.63.0 |
## Modules
| Name | Source | Version |
|------|--------|---------|
| [runner](#module\_runner) | ../../ | n/a |
-| [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | 5.12.1 |
-| [vpc\_endpoints](#module\_vpc\_endpoints) | terraform-aws-modules/vpc/aws//modules/vpc-endpoints | 5.12.1 |
+| [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | 5.13.0 |
+| [vpc\_endpoints](#module\_vpc\_endpoints) | terraform-aws-modules/vpc/aws//modules/vpc-endpoints | 5.13.0 |
## Resources
| Name | Type |
|------|------|
-| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/5.62.0/docs/data-sources/availability_zones) | data source |
+| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/5.63.0/docs/data-sources/availability_zones) | data source |
## Inputs
diff --git a/examples/runner-fleeting-plugin/README.md b/examples/runner-fleeting-plugin/README.md
index 18b6a45a..24ee82f3 100644
--- a/examples/runner-fleeting-plugin/README.md
+++ b/examples/runner-fleeting-plugin/README.md
@@ -29,7 +29,7 @@ check `.terraform-version` for the tested version.
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.3 |
-| [aws](#requirement\_aws) | 5.62.0 |
+| [aws](#requirement\_aws) | 5.63.0 |
| [local](#requirement\_local) | 2.5.1 |
| [null](#requirement\_null) | 3.2.2 |
| [random](#requirement\_random) | 3.6.2 |
@@ -39,22 +39,22 @@ check `.terraform-version` for the tested version.
| Name | Version |
|------|---------|
-| [aws](#provider\_aws) | 5.62.0 |
+| [aws](#provider\_aws) | 5.63.0 |
## Modules
| Name | Source | Version |
|------|--------|---------|
| [runner](#module\_runner) | ../../ | n/a |
-| [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | 5.12.1 |
-| [vpc\_endpoints](#module\_vpc\_endpoints) | terraform-aws-modules/vpc/aws//modules/vpc-endpoints | 5.12.1 |
+| [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | 5.13.0 |
+| [vpc\_endpoints](#module\_vpc\_endpoints) | terraform-aws-modules/vpc/aws//modules/vpc-endpoints | 5.13.0 |
## Resources
| Name | Type |
|------|------|
-| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/5.62.0/docs/data-sources/availability_zones) | data source |
-| [aws_security_group.default](https://registry.terraform.io/providers/hashicorp/aws/5.62.0/docs/data-sources/security_group) | data source |
+| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/5.63.0/docs/data-sources/availability_zones) | data source |
+| [aws_security_group.default](https://registry.terraform.io/providers/hashicorp/aws/5.63.0/docs/data-sources/security_group) | data source |
## Inputs
diff --git a/examples/runner-public/README.md b/examples/runner-public/README.md
index dce70a71..00c0f5ac 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.62.0 |
+| [aws](#requirement\_aws) | 5.63.0 |
| [local](#requirement\_local) | 2.5.1 |
| [null](#requirement\_null) | 3.2.2 |
| [random](#requirement\_random) | 3.6.2 |
@@ -40,7 +40,7 @@ check `.terraform-version` for the tested version.
| Name | Version |
|------|---------|
-| [aws](#provider\_aws) | 5.62.0 |
+| [aws](#provider\_aws) | 5.63.0 |
## Modules
@@ -49,13 +49,13 @@ check `.terraform-version` for the tested version.
| [cache](#module\_cache) | ../../modules/cache | n/a |
| [runner](#module\_runner) | ../../ | n/a |
| [runner2](#module\_runner2) | ../../ | n/a |
-| [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | 5.12.1 |
+| [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | 5.13.0 |
## Resources
| Name | Type |
|------|------|
-| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/5.62.0/docs/data-sources/availability_zones) | data source |
+| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/5.63.0/docs/data-sources/availability_zones) | data source |
## Inputs