williamokano / terraform-provider-litmus-chaos

Litmus Chaos Terraform Provider
Mozilla Public License 2.0
2 stars 0 forks source link

Create environment resource #3

Open williamokano opened 10 months ago

williamokano commented 10 months ago

Context

Create the environment resource in order to create an 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
}
williamokano commented 10 months ago

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