Skip to content

Commit

Permalink
Updating suffix to region abbreviation until refactored
Browse files Browse the repository at this point in the history
LaurentLesle committed May 13, 2019

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 42e9e38 commit b54f096
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dev.auto.tfvars
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

aks_service_principal {
region1 {
user_msi = "msi-clusterdev01pri" # Max 24 char including prefix (prefix 4 + 1)
name = "aks-clusterdev01pri"
user_msi = "msi-clusterdev01sg" # Max 24 char including prefix (prefix 4 + 1)
name = "aks-clusterdev01sg"
end_date = "2020-01-01T01:02:03Z" # To be refactored to Date + Duration
}
region2 {
user_msi = "msi-clusterdev01sec" # Max 24 char including prefix (prefix 4 + 1)
name = "aks-clusterdev01sec"
user_msi = "msi-clusterdev01hk" # Max 24 char including prefix (prefix 4 + 1)
name = "aks-clusterdev01hk"
end_date = "2020-01-01T01:02:03Z" # To be refactored to Date + Duration
}
}

0 comments on commit b54f096

Please sign in to comment.