#atlantis (2019-06)

atlantis

Discuss the Atlantis (<http://runatlantis.iorunatlantis.io>)

**Archive: ** https://archive.sweetops.com/atlantis/

2019-06-01

nutellinoit avatar
nutellinoit

i made a pull request that parhaps fixes the problem

1

2019-06-03

Igor avatar

I updated to 0.8.1 running on fargate, and authentication fails for me on the app user in BitBucket. @nutellinoit Have you given the new version a shot yet? Are things working for you?

nutellinoit avatar
nutellinoit

I tried one pull request this morning and everything was working , I did not try without approving the pull tho

Igor avatar

@nutellinoit You didn’t have to update anything with the bitbucket app user?

nutellinoit avatar
nutellinoit

No, nothing

nutellinoit avatar
nutellinoit

I will try tomorrow morning with other pull requests

nutellinoit avatar
nutellinoit

it’s 22:52 in Italy

Igor avatar

Thanks, must be something with my setup, I jumped a few versions

Igor avatar

Okay, figured it out, I now need to use the username of the actual BitBucket user, instead of the app name as it previously was configured

1

2019-06-21

marc avatar

is there a way to pass the region for the aws provider directly to whatever modules the ecs-atlantis depends on? I’ve noticed that it asks twice for provider.aws.region so I am assuming region is not passed alongside to dependencies.

marc avatar
Acquiring state lock. This may take a few moments...
provider.aws.region
  The region where AWS operations will take place. Examples
  are us-east-1, us-west-2, etc.

  Default: us-east-1
  Enter a value: us-east-2

provider.aws.region
  The region where AWS operations will take place. Examples
  are us-east-1, us-west-2, etc.

  Default: us-east-1
  Enter a value: us-east-2
marc avatar

not a big deal, but I wonder if this is expected

marc avatar

basically it seems that var.region ain’t passed here: https://github.com/cloudposse/terraform-aws-ecs-atlantis/blob/master/main.tf#L79

Andriy Knysh (Cloud Posse) avatar
Andriy Knysh (Cloud Posse)

@marc we did not test it in this scenario. We have ENV var for region defined in the Dockerfile(s) https://github.com/cloudposse/testing.cloudposse.co/blob/master/Dockerfile#L20

cloudposse/testing.cloudposse.co

Example Terraform Reference Architecture that implements a Geodesic Module for an Automated Testing Organization in AWS - cloudposse/testing.cloudposse.co

Andriy Knysh (Cloud Posse) avatar
Andriy Knysh (Cloud Posse)

so it always has the region

marc avatar

ah, good to know

marc avatar

thank you

Andriy Knysh (Cloud Posse) avatar
Andriy Knysh (Cloud Posse)

but we will be converting it to TF 0.12, and fix that too

    keyboard_arrow_up