Open williamokano opened 10 months ago
Create the environment resource in order to create an Environment
environment
Suggestion:
resource "litmus-chaos_environment" "env" { name = "something" description = "Amazing environment description" tags = ["tag", "foo", "bar"] environmentType = "NON_PROD" projectId = litmus-chaos_project.main_project.ID }
This issue can be worked now with the 0.2.0 version of the client
https://github.com/williamokano/litmus-chaos-thin-client/releases/tag/v0.2.0
Context
Create the
environment
resource in order to create an EnvironmentSuggestion: