Closed alfespa17 closed 4 months ago
Add support to use the folder property as the following example:
resource "terrakube_workspace_cli" "sample1" { organization_id = data.terrakube_organization.org.id name = "work-from-provider1" description = "sample" execution_mode = "remote" repository = "https://github.com/AzBuilder/terrakube-docker-compose.git" branch = "main" folder = "/" iac_type = "terraform" iac_version = "1.5.7" }
Add support to use the folder property as the following example: