Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Downloading AWS provider#

Sumit Rawal answered on May 19, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • install aws cdk on windows
  • download files from s3 using aws cli
  • AWS CDK (IaC) vs AWS SDK (Microservices)
  • AWS AppConfig (part of AWS Systems Manager)
  • AWS provider instances#
  • Dwonload folder from aws ec2 instance

  • Downloading AWS provider#

    0

    If you connect terminals and run terraform init, you will notice that Terraform downloads the AWS provider automatically. It will print the following message: Downloading plugin for provider "aws" (hashicorp/AWS) 2.27.0.... How does this happen, though? Hashicorp (the company that makes Terraform) hosts a registry that contains the most popular providers. If the provider you use is in the registry, then all you have to do to use it is define a provider block that sets up that provider and run terraform init to download it. You can see a full list of providers in the registry on the Hashicorp Terraform site.

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Tags: whatever
    Link to this answer
    Share Copy Link
    Contributed on May 19 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.