Open Vadiraj-Puranik opened 1 year ago
Your provider plugins initializing was successful. What are you looking or expecting ?
@yeofrancis
1:When I run terraform plan or terraform apply it is showing no changes in infrastructure(though I have new S3 Bucket to be added)
2:If provider plugins initialization was successful , where is .terraform/providers folder ? It should be available right if initialization was successful
@Vadiraj-Puranik why don't you set up a github repo on this and we shall work on to resolve it .
Hi Team I have main.tf as below provider "aws" { region = us-east-1 access_key = "XXXXX" -> X here is my secret key and access key secret_key = "XXXXX" }
resource "aws_s3_bucket" "mys3bucket" { bucket = "mybucket" }
When I tried to run terraform init I get below output :
But providers are not downloaded , can someone help in identifying what is the issue here ?