Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

making password sensitive/hide in terraform

#Making your Password Sensitive

locals {
  db_password = {
    admin = "mypassword"
  }
}

output "db_password" {
  value     = local.db_password
  sensitive = true
}
Comment

PREVIOUS NEXT
Code Example
Shell :: how to make copy of branch in git 
Shell :: linux du suppress errors 
Shell :: install sqitch 
Shell :: ifconfig wlan0 hw ether not working 
Shell :: how to resolve failing tests after database migration 
Shell :: shared folder in vmware workstation 15 rhel 8 
Shell :: freetype2 linux install 
Shell :: javafx install mac not working 
Shell :: containerDS Desktop tool for docker images 
Shell :: pip install audioread 
Shell :: hwo to run a .bat file on a remote windows host 
Shell :: how to close terminal 
Shell :: dropbox windows powershell remove directory sync 
Shell :: use xargs multiple times 
Shell :: linux-shutdown-befehle 
Shell :: set nairobi timezone ubuntu server 18.04 
Shell :: Git failed with a fatal error. could not read Password for 
Shell :: start when start windows 
Shell :: fslmeants fslstats time series 
Shell :: how to filter output to readable characters Linux 
Shell :: linux find jpg sorted by date 
Shell :: termbin 
Shell :: read file and while loop example 
Shell :: microstack connect to mysql server 
Shell :: one hyphen vs two hyphens command line 
Shell :: quit while loop bash 
Shell :: matplotlib change he yticks to two number after digit 
Shell :: how to apply a svn patch git 
Shell :: vim reload highlight 
Shell :: shell script for aws lightsail launch 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =