Skip to content

Commit

Permalink
pin aws provider version
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentb4 committed Dec 17, 2024
1 parent f43a504 commit d6a9e45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
output "terraform_outputs" {
sensitive = true

value = {
radius = {
ecs = module.radius.ecs
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0"
version = "5.79.0"
configuration_aliases = [aws.env]
}
}
Expand Down

0 comments on commit d6a9e45

Please sign in to comment.