Yahoo India Web Search

Search results

  1. registry.terraform.io › providers › hashicorpTerraform Registry

    <div class="navbar header-navbar"> <div class="container"> <div class="navbar-brand"> <a href="/" id="ember34" class="navbar-brand-link active ember-view"> <span id ...

  2. registry.terraform.io › providers › hashicorpaws - Terraform Registry

    For example, if you create an EC2 aws_instance that has a vpc_security_group_ids argument that refers to an aws_security_group resource, the aws_security_group is a dependent of the aws_instance. Because of this, Terraform will create the security group first so that it can then be associated with the EC2 instance.

  3. registry.terraform.io › providers › hashicorpaws - Terraform Registry

    Lifecycle management of AWS resources, including EC2, Lambda, EKS, ECS, VPC, S3, RDS, DynamoDB, and more. This provider is maintained internally by the HashiCorp AWS Provider team.

  4. registry.terraform.io › providers › hashicorpaws - Terraform Registry

    Functions. ACM (Certificate Manager) ACM PCA (Certificate Manager Private Certificate Authority) AMP (Managed Prometheus) API Gateway. API Gateway V2. Account Management. Amplify. App Mesh.

  5. registry.terraform.io › providers › hashicorpaws - Terraform Registry

    When managing subnets in one of a VPC's secondary CIDR blocks created using a aws_vpc_ipv4_cidr_block_association resource, it is recommended to reference that resource's vpc_id attribute to ensure correct dependency ordering. resource "aws_vpc_ipv4_cidr_block_association" "secondary_cidr" { vpc_id = aws_vpc.main.id.

  6. registry.terraform.io › providers › hashicorpaws - Terraform Registry

    For plaintext objects or objects encrypted with an AWS-managed key, the hash is an MD5 digest of the object data. For objects encrypted with a KMS key or objects created by either the Multipart Upload or Part Copy operation, the hash is not an MD5 digest, regardless of the method of encryption.

  7. registry.terraform.io › providers › hashicorpaws - Terraform Registry

    Use HCP Terraform for free Browse Providers Modules Policy Libraries Beta Run Tasks Beta. Publish Provider Module Policy Library ... Browse aws documentation aws documentation aws provider Guides; ACM (Certificate Manager) ACM PCA (Certificate Manager Private Certificate Authority) AMP (Managed Prometheus) API Gateway; API Gateway V2; Account Management; Amazon Bedrock;

  8. registry.terraform.io › modules › aztfmodTerraform Registry

    This module allows you to create resources on Microsoft Azure, is used by the Azure Terraform SRE to provision resources in an Azure subscription and can deploy resources being directly invoked from the Terraform registry. Prerequisites. Setup your environment using the following guide Getting Started or you use it online with GitHub Codespaces.