Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Deployment and Operations
infra-azure-provisioning
Commits
1c56767d
Commit
1c56767d
authored
Oct 29, 2020
by
Vasyl Leskiv
Browse files
Mark sensitive values
parent
65e12269
Changes
2
Hide whitespace changes
Inline
Side-by-side
infra/templates/osdu-r3-mvp/data_partition/output.tf
View file @
1c56767d
...
...
@@ -54,5 +54,6 @@ output "cosmosdb_account_name" {
output
"cosmosdb_properties"
{
description
=
"Properties of the deployed CosmosDB account."
sensitive
=
true
value
=
module
.
cosmosdb_account
.
properties
}
infra/templates/osdu-r3-mvp/service_resources/output.tf
View file @
1c56767d
...
...
@@ -81,7 +81,8 @@ output "redis_hostname" {
}
output
"redis_primary_access_key"
{
value
=
module
.
redis_cache
.
primary_access_key
sensitive
=
true
value
=
module
.
redis_cache
.
primary_access_key
}
output
"redis_ssl_port"
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment