Skip to content

Commit

Permalink
Modified dir name from hw_documentation ro documentation_resource, ch…
Browse files Browse the repository at this point in the history
…anged topology values in resource.tf, changed resoruce name from documentation to test_documentation
  • Loading branch information
Mohit Hooda authored and Mohit Hooda committed Sep 28, 2023
1 parent fac1362 commit 41069fe
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ provider "dcloud" {
}

resource "dcloud_topology" "test_topology" {
name = "My Terraformed Topology"
description = "A topology created from terraform"
notes = "Programmatic clients rule!"
name = "Documentation Resource Test"
description = "Testing Topology Documentation Resource Management"
notes = "Created via Terraform Test"
datacenter = "LON"
}

resource "dcloud_documentation" "documentation" {
resource "dcloud_documentation" "test_documentation" {
topology_uid = dcloud_topology.test_topology.id
doc_url = "https://johndoe.com"
}

0 comments on commit 41069fe

Please sign in to comment.