Skip to content

Commit

Permalink
Merge pull request #34 from technologiestiftung/renovate/aws-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6347 authored May 31, 2021
2 parents 6e85878 + a04752e commit 7e015e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform/ecs-harvester/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
provider "aws" {
profile = var.profile
region = var.region
version = "~> 2.55"
version = "~> 3.0"
}

provider "random" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/rds/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
provider "aws" {
profile = "${var.profile}"
region = "${var.region}"
version = "~> 2.55"
version = "~> 3.0"
}
# data "aws_vpc" "vpc" {
# id = "${var.vpc_id}"
Expand Down
2 changes: 1 addition & 1 deletion terraform/s3-bucket/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
provider "aws" {
profile = var.profile
region = var.region
version = "~> 2.55"
version = "~> 3.0"
}

output "s3-bucket-name-radolan" {
Expand Down

0 comments on commit 7e015e1

Please sign in to comment.