Run awscli with different profile
aws –profile foo s3 ls
aws –profile foo s3 ls
find . -type d -exec bash -c ‘cd “$0” && terraform fmt’ {} \;
Datadog $ terraform import module.timeboard_system.datadog_timeboard.system 111xxx SQS $ terraform import module.resource-name.aws_sqs_queue.main https://sqs.ap-southeast-1.amazonaws.com/123xxx/xxxx Notes: If you cannot find the resource address, try: $ terraform plan
When you hate to see your website has ssl invalid certificate and it crossed out like this: That means you need to update ssl certificate, in this case I use let’s encrypt. I just want to get rid of the invalid ssl certificate logo that make your website looks very unprofessional 🙂 Navigate to path where … Read more