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

Commit

Permalink
Merge pull request #1349 from kinvolk/surajssd/update-packet-provider
Browse files Browse the repository at this point in the history
packet: update terraform provider to 3.2.1
  • Loading branch information
surajssd authored Jan 27, 2021
2 parents d5e5492 + 01af49c commit a1ddf1f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
}
packet = {
source = "packethost/packet"
version = "3.0.1"
version = "3.2.1"
}
random = {
source = "hashicorp/random"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
packet = {
source = "packethost/packet"
version = "3.0.1"
version = "3.2.1"
}
random = {
source = "hashicorp/random"
Expand Down
4 changes: 2 additions & 2 deletions pkg/assets/generated_assets.go

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

2 changes: 1 addition & 1 deletion pkg/platform/packet/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ terraform {
required_providers {
packet = {
source = "packethost/packet"
version = "3.0.1"
version = "3.2.1"
}
}
}
Expand Down

0 comments on commit a1ddf1f

Please sign in to comment.