Ashish Bubne
Ashish Bubne
``` provider "aws" { access_key = "${var.access_key}" secret_key = "${var.secret_key}" region = "${var.aws_region}" } resource "aws_instance" "scm_instances" { ami = "ami-xxxxxxxxxxxxxxxxx" instance_type = "t2.micro" subnet_id = "subnet-xxxxxxxxxxxxxxxxxxxxxx" vpc_security_group_ids = ["sg-0xxxxxxxxxxxxxxxxxxxxx"]...
No it works perfectly if hit manually!! Even if you remove the output section still get the same error
I would like to give more details about the error!! i tried on different terraform versions like 0.12.0, 0.12.12 (latest one), still getting the same error. also i get the...
> Hello @ytorbyk , > Please help me to resolve the above issue in the earlier comment. > > The extension is working fine and switching store as per IP...