Fix Terraform AWS Error: You Are Not Subscribed to This Service
Introduction When deploying infrastructure as code using Terraform, encountering errors can be a common part of the development process. These errors, while initially frustrating, are valuable learning opportunities that can enhance your understanding of both Terraform and the underlying cloud services. One such error that users often face is related to AWS service subscriptions, as highlighted in the error message below: aws_instance.app_server: Creating... ╷ │ Error: creating EC2 Instance: OptInRequired: You are not subscribed to this service.
Continue reading