Provision sns via terraform in staging

This commit is contained in:
Ryan Ahearn
2023-02-09 16:23:37 -05:00
parent 573c028988
commit 52e6d25b13
7 changed files with 123 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
terraform {
required_version = "~> 1.0"
required_providers {
cloudfoundry = {
source = "cloudfoundry-community/cloudfoundry"
version = "~> 0.15"
}
}
}