Add reset state script

This commit is contained in:
Ryan Ahearn
2023-04-17 11:36:03 -04:00
parent 81f36182e8
commit 77d54eb557
3 changed files with 67 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"
}
}
}