Add reset state script for development terraform

This commit is contained in:
Ryan Ahearn
2023-04-17 15:17:43 -04:00
parent 73d27d9049
commit 362835874f
3 changed files with 61 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ terraform {
required_providers {
cloudfoundry = {
source = "cloudfoundry-community/cloudfoundry"
version = "0.50.5"
version = "0.50.7"
}
}
}