Skip to content

Commit

Permalink
easier testing with scratchpad
Browse files Browse the repository at this point in the history
  • Loading branch information
970uraj committed May 7, 2024
1 parent 9482b35 commit 3ad48fb
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ plan: concat install dev.tfrc
apply: concat install dev.tfrc
TF_CLI_CONFIG_FILE=dev.tfrc terraform apply -auto-approve
destroy: concat install dev.tfrc
TF_CLI_CONFIG_FILE=dev.tfrc terraform destroy
TF_CLI_CONFIG_FILE=dev.tfrc terraform destroy
3 changes: 3 additions & 0 deletions examples/resource_hidden/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Readme

In order to make it managed by TF for testing, copy the file to be inside the resources dir instead of resource_hidden
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,4 @@ resource "zendesk_view" "temputkarsh-tf" {
sort_order = "asc"
columns = ["subject", "status", "18429918055186"]
restrictions = [18373407148562]
}

# resource "zendesk_organization_field" "foobar" {
# title = "field"
# type = "checkbox"
# key = "foobar"
# description = "foo bar some desc"
# }

resource "zendesk_dynamic_content" "foodc" {
name = "dc utk snow"
content = "utk snow snow snow "
locale_id = 1
}
13 changes: 13 additions & 0 deletions examples/resources/scratchpad/resource.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

# resource "zendesk_organization_field" "foobar" {
# title = "field"
# type = "checkbox"
# key = "foobar"
# description = "foo bar some desc"
# }

resource "zendesk_dynamic_content" "foodc" {
name = "dc utk snow"
content = "utk snow snow snow "
locale_id = 1
}

0 comments on commit 3ad48fb

Please sign in to comment.