Terraform AWS Provider The AWS Provider enables Terraform to manage AWS resources. Contributing guide Quarterly development roadmap FAQ Tutorials discuss.hashicorp.com Google Groups Please note: We take Terrafor
terraform-registry-manifest.json Repository files navigation README Code of conduct MPL-2.0 license Security Please note:We take Terraform's security and our users' trust very seriously. If you believe you have found a security issue in the Terraform AWS Provider, please responsibly disclose it by...
Breadcrumbs terraform-provider-aws / tools.go Latest commit Cannot retrieve latest commit at this time. HistoryHistory File metadata and controls Code Blame 11 lines (9 loc) · 271 Bytes Raw // +build tools package main import ( _ "github.com/bflad/tfproviderdocs" _ "github.com/bflad/...
The next planned Terraform AWS Provider release is v5.72.0, scheduled for the morning (EST) of October 17, 2024. FEATURES: New Data Source: aws_bedrock_inference_profile (#39342) New Data Source: aws_bedrock_inference_profiles (#39342) New Data Source: aws_elasticache_serverless_cache (#...
Terraform 0.10.x Go 1.9 (to build the provider plugin) Building The Provider Clone repository to: $GOPATH/src/github.com/terraform-providers/terraform-provider-aws $ mkdir -p $GOPATH/src/github.com/terraform-providers; cd $GOPATH/src/github.com/terraform-providers $ git clone git@github.com...
The AWS Provider enables Terraform to manage AWS resources. - Release v5.89.0 · hashicorp/terraform-provider-aws
The AWS Provider enables Terraform to manage AWS resources. - Release v5.84.0 · hashicorp/terraform-provider-aws
Terraform is a great tool for Infrastructure as Code. However, many of these tools don't validate provider-specific issues. For example, see the following configuration file:resource "aws_instance" "foo" { ami = "ami-0ff8a91507f77f867" instance_type = "t1.2xlarge" # invalid type! }...
配置Terraform AWS Provider 时出错:无法获取共享配置文件 terraform{required_providers{aws= {source="hashicorp/aws"version ="~> 4.22"} } required_version =">= 1.1.7"} Run Code Online (Sandbox Code Playgroud) 如果我降级到version = "~> 3.0"它就可以解决问题。但我想升级到最新版本。
The AWS Provider enables Terraform to manage AWS resources. - Release v5.87.0 · hashicorp/terraform-provider-aws