Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
njuCZ committed Jan 20, 2020
1 parent e48c849 commit 8d5c804
Show file tree
Hide file tree
Showing 8 changed files with 70 additions and 189 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func testAccDataSourceSpringCloudConfigServer_complete(data acceptance.TestData)
%s
data "azurerm_spring_cloud_config_server" "test" {
spring_cloud_id = azurerm_spring_cloud_config_server.test.id
spring_cloud_id = azurerm_spring_cloud_config_server.test.id
}
`, config)
}
Original file line number Diff line number Diff line change
Expand Up @@ -141,17 +141,17 @@ resource "azurerm_spring_cloud_config_server" "test" {
search_paths = ["dir1", "dir2"]
repositories {
name = "repo1"
uri = "https://github.com/Azure-Samples/piggymetrics"
label = "config"
search_paths = ["dir1", "dir2"]
name = "repo1"
uri = "https://github.com/Azure-Samples/piggymetrics"
label = "config"
search_paths = ["dir1", "dir2"]
}
repositories {
name = "repo2"
uri = "https://github.com/Azure-Samples/piggymetrics"
label = "config"
search_paths = ["dir1", "dir2"]
name = "repo2"
uri = "https://github.com/Azure-Samples/piggymetrics"
label = "config"
search_paths = ["dir1", "dir2"]
}
}
`, testAccAzureRMSpringCloud_basic(data))
Expand Down

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8d5c804

Please sign in to comment.