Difference between revisions of "Terraform provider: aws"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
* https://registry.terraform.io/providers/hashicorp/aws/latest/docs
 
* https://registry.terraform.io/providers/hashicorp/aws/latest/docs
 +
 +
 +
provider "aws" {
 +
  version = "~> 3.38.0"
 +
  [[region]] = "[[us-west-2]]"
 +
  [[profile]] = "your_profile_name"
 +
}
 +
 +
 +
provider "aws" {
 +
  region    = var.region
 +
  version    = ">= 0.13"
 +
  [[assume_role]] {
 +
    [[role_arn]] = "$(AWS_ROLE_ARN)"
 +
  }
 +
}
  
  

Revision as of 05:44, 13 September 2022


provider "aws" {
 version = "~> 3.38.0"
 region = "us-west-2"
 profile = "your_profile_name"
}


provider "aws" {
  region     = var.region
  version    = ">= 0.13"
  assume_role {
    role_arn = "$(AWS_ROLE_ARN)"
  }
} 


Resources

Terraform resoure IAM

Networking:

CloudFront

Networking

Computing:

Database:


S3:

KMS

CloudWatch

WAF



CodeBuild

CodeDeploy

ECR

Related terms

Activities / Changelog

See also

  • https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc
  • https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appautoscaling_target
  • https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appautoscaling_policy
  • https://registry.terraform.io/search/providers?q=aws_ecs_service
  • Advertising: