Skip to content

Commit

Permalink
fix: [CDS-59442]: force delete template addition
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekkarnatiharness committed May 2, 2023
1 parent 0b8ae7b commit 63d02b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/resources/platform_infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
page_title: "harness_platform_infrastructure Resource - terraform-provider-harness"
subcategory: "Next Gen"
description: |-
Resource for creating a Harness Infrastructure.
Resource for creating a Harness Infrastructure.
---

# harness_platform_infrastructure (Resource)
Expand Down Expand Up @@ -57,6 +57,7 @@ resource "harness_platform_infrastructure" "example" {

- `deployment_type` (String) Infrastructure deployment type. Valid values are Kubernetes, NativeHelm, Ssh, WinRm, ServerlessAwsLambda, AzureWebApp, Custom, ECS.
- `description` (String) Description of the resource.
- `force_delete` (String) Enable this flag for force deletion of infrastructure
- `org_id` (String) Unique identifier of the organization.
- `project_id` (String) Unique identifier of the project.
- `tags` (Set of String) Tags to associate with the resource.
Expand Down

0 comments on commit 63d02b3

Please sign in to comment.