summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorxuzhang3 <57888764+xuzhang3@users.noreply.github.com>2020-09-22 17:25:34 +0800
committerGitHub <noreply@github.com>2020-09-22 10:25:34 +0100
commit220742d8c7e2c633eb0a8006a4624a8ad8e4e62c (patch)
tree05d7b707dbc24b7e1adbf5f8d502842ce25931fe /examples
parent0c7be7dc4878f6255c0dcbb232a5bddaaeaee71d (diff)
document update (#188)
Diffstat (limited to 'examples')
-rw-r--r--examples/azdo-based-cicd/main.tf8
-rw-r--r--examples/github-based-cicd-simple/main.tf2
2 files changed, 5 insertions, 5 deletions
diff --git a/examples/azdo-based-cicd/main.tf b/examples/azdo-based-cicd/main.tf
index d5a73bda..50f435e7 100644
--- a/examples/azdo-based-cicd/main.tf
+++ b/examples/azdo-based-cicd/main.tf
@@ -87,11 +87,11 @@ resource "azuredevops_serviceendpoint_azurerm" "endpoint1" {
project_id = azuredevops_project.project.id
service_endpoint_name = "TestServiceAzureRM"
credentials {
- serviceprincipalid = "ee7f75a0-8553-4e6a-xxxx-xxxxxxxx"
- serviceprincipalkey = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
+ serviceprincipalid = "00000000-0000-0000-0000-000000000000"
+ serviceprincipalkey = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
- azurerm_spn_tenantid = "2e3a33f9-66b1-4xxx-xxxx-xxxxxxxxx"
- azurerm_subscription_id = "8a7aace5-xxxx-xxxx-xxxx-xxxxxxxxxx"
+ azurerm_spn_tenantid = "00000000-0000-0000-0000-000000000000"
+ azurerm_subscription_id = "00000000-0000-0000-0000-000000000000"
azurerm_subscription_name = "Microsoft Azure DEMO"
}
diff --git a/examples/github-based-cicd-simple/main.tf b/examples/github-based-cicd-simple/main.tf
index 1c1672e1..052e57c5 100644
--- a/examples/github-based-cicd-simple/main.tf
+++ b/examples/github-based-cicd-simple/main.tf
@@ -18,7 +18,7 @@ resource "azuredevops_serviceendpoint_github" "github_serviceendpoint" {
project_id = azuredevops_project.project.id
service_endpoint_name = "GitHub Service Connection"
auth_oauth {
- oauth_configuration_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
+ oauth_configuration_id = "00000000-0000-0000-0000-000000000000"
}
}