Giter VIP home page Giter VIP logo

learn-terraform-outputs's Introduction

Learn Terraform outputs

This repo is a companion repo to the Learn Terraform outputs tutorial. It contains Terraform configuration you can use to learn how Terraform output values allow you to export structured data about your resources.

learn-terraform-outputs's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

learn-terraform-outputs's Issues

Instance class db.t2.micro is incompatible with MySQL version 8

│ Error: creating RDS DB Instance (terraform-20240325081656813800000004): InvalidParameterCombination: RDS does not support creating a DB instance with the following combination: DBInstanceClass=db.t2.micro, Engine=mysql, EngineVersion=8.0.35, LicenseModel=general-public-license. For supported combinations of instance class and database engine version, see the documentation.
│ status code: 400, request id: 9eddb874-accf-4a49-a851-eec4234470e5

│ with aws_db_instance.database,
│ on main.tf line 97, in resource "aws_db_instance" "database":
│ 97: resource "aws_db_instance" "database" {

Unsupported Terraform Core version

I got this error when i try to initialize the terraform using terraform init

Error: Unsupported Terraform Core version

│ on terraform.tf line 21, in terraform:
│ 21: required_version = "~> 1.2.0"

│ This configuration does not support Terraform
│ version 1.4.6. To proceed, either choose another
│ supported Terraform version or update this version
│ constraint. Version constraints are normally set for
│ good reason, so updating the constraint may lead to
│ other errors or unexpected behavior.

I am using Terraform v1.4.6. for that matter i think the terraform block need some updates especialy required_version
OS: macOS Big Sur version 11.7.7

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.