Carlo Jessurun

Results 5 comments of Carlo Jessurun

We are getting the same issue when using the `tfr` source method. For instance: ```terraform terraform { source = "tfr:///terraform-aws-modules/vpc/aws?version=3.5.0" } ``` results in a: ``` No double-slash (//) found...

Depends on your os. In my case i'm on OS X. In that case follow this link: https://gist.github.com/BlakeGardner/5586954. Good luck!

So this module currently creates: ```terraform Plan: 5 to add, 0 to change, 0 to destroy. ``` and we can observe: ```terraform # aws_iam_instance_profile.this will be created + resource "aws_iam_instance_profile"...

We've tested this too, even up to an hour we can still observe the same stacktrace being thrown.

The full error after applying: ```bash aws_cloudformation_stack.this: Still creating... [1m20s elapsed] aws_cloudformation_stack.this: Still creating... [1m30s elapsed] ╷ │ Error: error waiting for CloudFormation Stack creation: failed to create CloudFormation stack,...