Run terraform 0.13upgrade
This commit is contained in:
parent
ab570f1900
commit
de21ab34ab
@ -52,6 +52,7 @@ module "digitalocean_spoke" {
|
|||||||
|
|
||||||
| Name | Version |
|
| Name | Version |
|
||||||
|------|---------|
|
|------|---------|
|
||||||
|
| terraform | >= 0.13 |
|
||||||
| digitalocean | >= 1.22 |
|
| digitalocean | >= 1.22 |
|
||||||
|
|
||||||
## Providers
|
## Providers
|
||||||
|
11
main.tf
11
main.tf
@ -52,7 +52,16 @@
|
|||||||
|
|
||||||
terraform {
|
terraform {
|
||||||
required_providers {
|
required_providers {
|
||||||
digitalocean = ">= 1.22"
|
digitalocean = {
|
||||||
|
source = "terraform-providers/digitalocean"
|
||||||
|
version = ">= 1.22"
|
||||||
|
}
|
||||||
|
null = {
|
||||||
|
source = "hashicorp/null"
|
||||||
|
}
|
||||||
|
random = {
|
||||||
|
source = "hashicorp/random"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
3
versions.tf
Normal file
3
versions.tf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
terraform {
|
||||||
|
required_version = ">= 0.13"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user