Skip to content

Commit

Permalink
Fix test formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Maxia <[email protected]>
  • Loading branch information
Giuseppe Maxia committed Jun 21, 2024
1 parent 108040d commit dc2c3e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vcd/resource_vcd_multisite_site_association_unified_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ data "local_file" "site2_data" {
}
resource "vcd_multisite_site_association" "{{.Site1Association}}" {
provider = vcd
association_data = data.local_file.site2_data.content
provider = vcd
association_data = data.local_file.site2_data.content
}
resource "vcd_multisite_site_association" "{{.Site2Association}}" {
provider = {{.VcdSystem2}}
association_data = data.local_file.site1_data.content
provider = {{.VcdSystem2}}
association_data = data.local_file.site1_data.content
}
`

0 comments on commit dc2c3e2

Please sign in to comment.