terraform-providers.postgresql: 1.7.1 -> 1.8.1
This also changes the origin of the code. Hashicorp decided to stop maintaining that provider and passed on the buck to cyrilgdn.
This commit is contained in:
parent
e1c709b87b
commit
0dc2e6d068
1 changed files with 6 additions and 4 deletions
|
@ -748,11 +748,13 @@
|
|||
"version": "1.2.1"
|
||||
},
|
||||
"postgresql": {
|
||||
"owner": "terraform-providers",
|
||||
"owner": "cyrilgdn",
|
||||
"provider-source-address": "registry.terraform.io/cyrilgdn/postgresql",
|
||||
"repo": "terraform-provider-postgresql",
|
||||
"rev": "v1.7.1",
|
||||
"sha256": "0qlz00svvbwxslp8v7bi7mx5mvnjmh2cvg33a006gh4fy5n75shy",
|
||||
"version": "1.7.1"
|
||||
"rev": "v1.8.1",
|
||||
"sha256": "07qaiy3vmz179am1qrxwvrk7xpraaa8g0hf49bj54pw7nkrmaixq",
|
||||
"vendorSha256": null,
|
||||
"version": "1.8.1"
|
||||
},
|
||||
"powerdns": {
|
||||
"owner": "terraform-providers",
|
||||
|
|
Loading…
Reference in a new issue