Skip to content

Commit

Permalink
ci: fix terraform aws provider version - trigger CD (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
fibble authored Oct 7, 2024
1 parent f7f70a4 commit 3d8de73
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion app/api/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ phpcs.xml
phpstan.neon
phpunit.xml
psalm.xml
# Trigger CD - 2024-10-07
# Trigger CD - 2024-10-07-1217
2 changes: 1 addition & 1 deletion app/cdn/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ composer.lock
editorconfig.org
assets/vendor
.scannerwork/
# Trigger CD - 2024-10-07
# Trigger CD - 2024-10-07-1217
2 changes: 1 addition & 1 deletion app/internal/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ phpcs.xml
phpstan.neon
phpunit.xml
psalm.xml
# Trigger CD - 2024-10-07
# Trigger CD - 2024-10-07-1217

2 changes: 1 addition & 1 deletion app/selfserve/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ phpcs.xml
phpstan.neon
phpunit.xml
psalm.xml
# Trigger CD - 2024-10-07
# Trigger CD - 2024-10-07-1217

34 changes: 17 additions & 17 deletions infra/terraform/environments/dev/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infra/terraform/environments/dev/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.65.0"
version = "~> 5.70.0"
}
}

Expand Down
34 changes: 17 additions & 17 deletions infra/terraform/environments/int/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infra/terraform/environments/int/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.65.0"
version = "~> 5.70.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion infra/terraform/environments/prep/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.65.0"
version = "~> 5.70.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion infra/terraform/environments/prod/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.65.0"
version = "~> 5.70.0"
}
}

Expand Down

0 comments on commit 3d8de73

Please sign in to comment.