github.com/GoogleCloudPlatform/terraformer@v0.8.18/tests/octopusdeploy/environment.tf (about)

     1  resource "octopusdeploy_environment" "stage" {
     2    name                         = "Stage"
     3    description                  = "Y (SS1)"
     4    use_guided_failure           = false
     5    allow_dynamic_infrastructure = true
     6  }
     7  
     8  resource "octopusdeploy_environment" "production" {
     9    name                         = "Production"
    10    description                  = "B, C, D, E, F & G and more"
    11    use_guided_failure           = true
    12    allow_dynamic_infrastructure = true
    13  }