Justin S
09/06/2023, 10:17 PMJustin S
09/06/2023, 10:18 PMEvey Eve
09/07/2023, 5:15 PM<https://MY-SERVER.com/jobs/githook-id>
its an empty space (black box with nothing in it) so I don't even think terraform init
is happening.Brett Galkowski
09/12/2023, 12:57 AMv0.24.0
rendered them incompatible. I created an issue tracking this, but I'm realizing Conftest is singled out as the only tool in the official documentation so I'm just looking for confirmation thereAlex Mussell
09/13/2023, 12:58 PMDylan Page
09/13/2023, 7:05 PMSean Clayton
09/14/2023, 4:43 PMimport_requirements:
- approved
Is this correct?Andrey Castro
09/14/2023, 7:34 PMbytewalrus
09/14/2023, 9:55 PMAlex Mussell
09/15/2023, 8:01 AMplan:
steps:
- env:
name: TERRAGRUNT_TFPATH
command: 'echo "terraform${ATLANTIS_TERRAFORM_VERSION}"'
- run:
command: terragrunt plan -input=false $(printf '%s' $COMMENT_ARGS | sed 's/,/ /g' | tr -d '\\') -no-color -out $PLANFILE
output: hide
- run: |
terragrunt show $PLANFILE
apply:
steps:
- env:
name: TERRAGRUNT_TFPATH
command: 'echo "terraform${ATLANTIS_TERRAFORM_VERSION}"'
- run: terragrunt apply $PLANFILE
import:
steps:
- env:
name: TERRAGRUNT_TFPATH
command: 'echo "terraform${DEFAULT_TERRAFORM_VERSION}"'
- env:
name: TF_VAR_author
command: 'git show -s --format="%ae" $HEAD_COMMIT'
- run: terragrunt import -input=false $(printf '%s' $COMMENT_ARGS | sed 's/,/ /' | tr -d '\\')
state_rm:
steps:
- env:
name: TERRAGRUNT_TFPATH
command: 'echo "terraform${DEFAULT_TERRAFORM_VERSION}"'
- run: terragrunt state rm $(printf '%s' $COMMENT_ARGS | sed 's/,/ /' | tr -d '\\')
Blair Hamilton
09/15/2023, 2:48 PMcheckout-strategy
and was hoping someone could provide a little insight as to what I might be doing wrong.Matt Stanford
09/18/2023, 6:09 PMdefault-tf-version: v1.0.9
in the config file but have
terraform {
required_version = ">= 1.0"
}
in the Terraform. Should this result in version 1.0.9 of Terraform, or 1.5.7 (or whatever is currently the latest)? I'm unclear based on the docs. Thanks!Luke Massa
09/19/2023, 2:13 AMJames Neal
09/20/2023, 3:40 AMIan Godfrey
09/20/2023, 11:18 AMallow-fork-prs
we recently updated to v0.24.3 and when we run atlantis plan
the plan is running against our master branch rather than our fork branch even though we have the ATLANTIS_ALLOW_FORK_PRS=true
env variable setEvgeni Sakhatsky
09/20/2023, 1:20 PMJuan
09/20/2023, 6:52 PMInitializing provider plugins...
- Reusing previous version of hashicorp/random from the dependency lock file
- Reusing previous version of hashicorp/kubernetes from the dependency lock file
- Reusing previous version of hashicorp/google from the dependency lock file
- Reusing previous version of hashicorp/vault from the dependency lock file
- Reusing previous version of hashicorp/google-beta from the dependency lock file
- Using previously-installed hashicorp/google-beta v4.83.0
- Using previously-installed hashicorp/random v3.5.1
- Using previously-installed hashicorp/kubernetes v2.23.0
- Using previously-installed hashicorp/google v4.83.0
- Using previously-installed hashicorp/vault v3.20.1
Terraform has been successfully initialized!
But when Atlantis execute the plan in the same folder, i have this error:
Initializing provider plugins...
- Finding hashicorp/google versions matching "~> 3.53, >= 4.51.0, != 4.65.0, != 4.65.1, < 5.0.0"...
- Finding hashicorp/google-beta versions matching ">= 4.10.0, >= 4.51.0, != 4.65.0, != 4.65.1, < 5.0.0"...
- Finding hashicorp/random versions matching ">= 2.1.0"...
- Finding hashicorp/kubernetes versions matching "~> 2.10"...
- Installing hashicorp/google-beta v4.83.0...
- Installed hashicorp/google-beta v4.83.0 (signed by HashiCorp)
- Installing hashicorp/random v3.5.1...
- Installed hashicorp/random v3.5.1 (signed by HashiCorp)
- Installing hashicorp/kubernetes v2.23.0...
- Installed hashicorp/kubernetes v2.23.0 (signed by HashiCorp)
╷
│ Error: Failed to query available provider packages
│
│ Could not retrieve the list of available versions for provider
│ hashicorp/google: no available releases match the given constraints ~>
│ 3.53, >= 4.51.0, != 4.65.0, != 4.65.1, < 5.0.0
I tried add the version in required_version
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.83.0"
}
}
}
But doesn’t work!!!! Any tips to solve this?? Thanks a lot!!!!Sriharsha Reddy Devaram
09/21/2023, 6:47 AMHook executed successfully but returned HTTP 400 <!DOCTYPE html> <html lang=en> <meta charset=utf-8> <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width"> <title>Error 400 (Bad Request)!!1</title> <style> *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px} </style> <a href=//www.google.com/><span id=logo aria-label=Google></span></a> <p><b>400.</b> <ins>That's an error.</ins> <p>Your client has issued a malformed or illegal request. <ins>That's all we know.</ins>
Sriharsha Reddy Devaram
09/21/2023, 6:48 AMVlad Kuziura
09/21/2023, 6:48 PMwby
09/22/2023, 6:28 PM-d
before a general atlantis plan
has already run:
`atlantis plan -d foo-bar/baz`:
checking if workspace exists: stat /home/atlantis/.atlantis/repos/myorg/terraform/2348/default: no such file or directory
(I’ve confirmed that foo-bar/baz
is a valid path / state).Juan
09/23/2023, 3:26 PMRyan Blundon
09/24/2023, 4:47 PMRyan Blundon
09/24/2023, 4:47 PMRyan Blundon
09/24/2023, 5:05 PMRyan Blundon
09/24/2023, 5:05 PMstreets
09/25/2023, 9:03 AMatlantis/apply
always shows the spinning blue circle, even once the apply is complete. why is that?Alban Wu
09/25/2023, 1:18 PMDylan Page
09/25/2023, 5:45 PM