https://registry.terraform.io/providers/hashicorp/aws/latest/docs
上記サイトより、下記のversionについて
こちらはどう言った役割,意味なのでしょうか?
ご回答の程よろしくお願い致します。
# Configure the AWS Provider provider "aws" { version = "~> 3.0" region = "us-east-1" } # Create a VPC resource "aws_vpc" "example" { cidr_block = "10.0.0.0/16" }
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。