learn-terraform-resources icon indicating copy to clipboard operation
learn-terraform-resources copied to clipboard

Results 2 learn-terraform-resources issues
Sort by recently updated
recently updated
newest added

modified the init-script so that it would suit the **AMI Linux 2** as AMI Linux has no more support as announced by AWS here: https://aws.amazon.com/amazon-linux-ami/ Also made some additions like...

The tutorials currently pin required_version = "~> 1.2.0", which blocks users on newer stable releases (e.g., Terraform 1.13.1). Since the Terraform 1.x series guarantees compatibility, this strict constraint isn’t necessary...