In this blog entry, I want to share step by step guide in using potboiler to set up a MacBook with required configuration need for accessing NocoDB. Using this Ansible Playbook, we can do following things: * Installing common packages. * Install ec2 instance connect cli through pip * Check session-manager-plugin is installed…
7 posts by author
Pavithra M
DevOps Engineer, Wego.
Upgrading to Terraform v0.14
Terraform v0.14 is a major release and thus includes some changes that you'll need to consider when upgrading. Current version we use is v0.11, so first upgrade to v0.13. Using .terragrunt-version and .terraform-version to automatically switch based on folder tgenv and tfenv support switching versions…