Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Update terraform providers #1523

Merged
merged 3 commits into from
Jul 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "3.33.0"
version = "3.47.0"
}
ct = {
source = "poseidon/ct"
version = "0.8.0"
}
null = {
source = "hashicorp/null"
version = "3.0.0"
version = "3.1.0"
}
template = {
source = "hashicorp/template"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "3.33.0"
version = "3.47.0"
}
ct = {
source = "poseidon/ct"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ terraform {
}
azurerm = {
source = "hashicorp/azurerm"
version = "2.52.0"
version = "2.65.0"
}
null = {
source = "hashicorp/null"
version = "3.0.0"
version = "3.1.0"
}
template = {
source = "hashicorp/template"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}
azurerm = {
source = "hashicorp/azurerm"
version = "2.52.0"
version = "2.65.0"
}
template = {
source = "hashicorp/template"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
null = {
source = "hashicorp/null"
version = "3.0.0"
version = "3.1.0"
}
template = {
source = "hashicorp/template"
Expand Down
2 changes: 1 addition & 1 deletion assets/terraform-modules/dns/route53/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 = "3.33.0"
version = "3.47.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
null = {
source = "hashicorp/null"
version = "3.0.0"
version = "3.1.0"
}
template = {
source = "hashicorp/template"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
}
null = {
source = "hashicorp/null"
version = "3.0.0"
version = "3.1.0"
}
packet = {
source = "packethost/packet"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
null = {
source = "hashicorp/null"
version = "3.0.0"
version = "3.1.0"
}
tinkerbell = {
source = "tinkerbell/tinkerbell"
Expand Down
18 changes: 9 additions & 9 deletions pkg/assets/generated_assets.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/platform/aks/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.52.0"
version = "2.65.0"
}
local = {
source = "hashicorp/local"
Expand Down