Skip to content

Commit

Permalink
Update Terraform AWS provider
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Sep 1, 2024
1 parent bb2b134 commit c99ed4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/infrastructure/aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
}
required_providers {
aws = {
version = "5.0.0"
version = "5.65.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion build/infrastructure/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ variable "runner" {

variable "docker_registry" {
type = string
sensitive = true
sensitive = false
}

variable "docker_repository" {
Expand Down

0 comments on commit c99ed4d

Please sign in to comment.