terraform-validate
Passed Started
by
@gromit

Christian Heusel
This job is archived. Only the complete pipeline can be retried.
1Running with gitlab-runner 17.8.3 (690ce25c)2 on runner3.archlinux.org dy6FGDb_, system ID: s_845c325823d63 feature flags: FF_USE_FASTZIP:true4Resolving secrets6Using Docker executor with image archlinux:latest ...7Pulling docker image archlinux:latest ...8Using docker image sha256:5ab16fe2940c6991fd775a4bb07bdc0e7cc8be340f1afe54c7767b7d1f14e4ec for archlinux:latest with digest archlinux@sha256:4fb8754cfe434a15394e9ec4d7171b12f55f8b6b12bd02f643d2ddbbd060248a ...10Running on runner-dy6fgdb-project-83309-concurrent-1 via runner3.archlinux.org...12Fetching changes with git depth set to 50...13Initialized empty Git repository in /builds/eworm/infrastructure/.git/14Created fresh repository.15Checking out 7d70e75d as detached HEAD (ref is sshd-env)...16Skipping Git submodules setup18Using docker image sha256:5ab16fe2940c6991fd775a4bb07bdc0e7cc8be340f1afe54c7767b7d1f14e4ec for archlinux:latest with digest archlinux@sha256:4fb8754cfe434a15394e9ec4d7171b12f55f8b6b12bd02f643d2ddbbd060248a ...19$ pacman -Syu --needed --noconfirm terraform diffutils20:: Synchronizing package databases...21 core downloading...22 extra downloading...23:: Starting full system upgrade...24resolving dependencies...25looking for conflicting packages...26Package (8) Old Version New Version Net Change Download Size27core/glibc 2.41+r6+gcf88351b685d-1 2.41+r9+ga900dbaf70f0-1 0.00 MiB 9.98 MiB28core/icu 75.1-2 76.1-1 1.12 MiB 11.38 MiB29core/kbd 2.7.1-1 2.7.1-2 -0.01 MiB 1.22 MiB30core/libgcrypt 1.11.0-2 1.11.0-3 0.01 MiB 0.69 MiB31core/libxml2 2.13.5-2 2.13.6-2 -0.39 MiB 0.80 MiB32core/sqlite 3.49.0-1 3.49.1-1 0.00 MiB 2.20 MiB33core/diffutils 3.10-1 1.48 MiB 0.34 MiB34extra/terraform 1.10.5-1 86.31 MiB 19.17 MiB35Total Download Size: 45.78 MiB36Total Installed Size: 203.17 MiB37Net Upgrade Size: 88.53 MiB38:: Proceed with installation? [Y/n] 39:: Retrieving packages...40 terraform-1.10.5-1-x86_64 downloading...41 icu-76.1-1-x86_64 downloading...42 glibc-2.41+r9+ga900dbaf70f0-1-x86_64 downloading...43 sqlite-3.49.1-1-x86_64 downloading...44 kbd-2.7.1-2-x86_64 downloading...45 libxml2-2.13.6-2-x86_64 downloading...46 libgcrypt-1.11.0-3-x86_64 downloading...47 diffutils-3.10-1-x86_64 downloading...48checking keyring...49checking package integrity...50loading package files...51checking for file conflicts...52:: Processing package changes...53upgrading glibc...54Generating locales...55Generation complete.56installing terraform...57Optional dependencies for terraform58 diffutils: for running `terraform fmt -diff` [pending]59installing diffutils...60upgrading icu...61upgrading sqlite...62upgrading libgcrypt...63upgrading kbd...64upgrading libxml2...65:: Running post-transaction hooks...66(1/1) Arming ConditionNeedsUpdate...67$ cd tf-stage168$ terraform init -backend=false69Initializing provider plugins...70- Reusing previous version of timohirt/hetznerdns from the dependency lock file71- Reusing previous version of hashicorp/external from the dependency lock file72- Reusing previous version of hetznercloud/hcloud from the dependency lock file73- Installing timohirt/hetznerdns v2.2.0...74- Installed timohirt/hetznerdns v2.2.0 (self-signed, key ID 5218E983F21C1625)75- Installing hashicorp/external v2.3.1...76- Installed hashicorp/external v2.3.1 (signed by HashiCorp)77- Installing hetznercloud/hcloud v1.38.2...78- Installed hetznercloud/hcloud v1.38.2 (signed by a HashiCorp partner, key ID 5219EACB3A77198B)79Partner and community providers are signed by their developers.80If you'd like to know more about provider signing, you can read about it here:82Terraform has been successfully initialized!83You may now begin working with Terraform. Try running "terraform plan" to see84any changes that are required for your infrastructure. All Terraform commands85should now work.86If you ever set or change modules or backend configuration for Terraform,87rerun this command to reinitialize your working directory. If you forget, other88commands will detect it and remind you to do so if necessary.89$ terraform validate90Success! The configuration is valid.91$ terraform fmt --check92$ cd ../tf-stage293$ terraform init -backend=false94Initializing provider plugins...95- Reusing previous version of mrparkers/keycloak from the dependency lock file96- Reusing previous version of vexxhost/uptimerobot from the dependency lock file97- Reusing previous version of hashicorp/external from the dependency lock file98- Installing vexxhost/uptimerobot v0.8.2...99- Installed vexxhost/uptimerobot v0.8.2 (self-signed, key ID 8FF00CD0B5FEAF59)100- Installing hashicorp/external v2.3.1...101- Installed hashicorp/external v2.3.1 (signed by HashiCorp)102- Installing mrparkers/keycloak v4.3.1...103- Installed mrparkers/keycloak v4.3.1 (self-signed, key ID C50867915E116CD2)104Partner and community providers are signed by their developers.105If you'd like to know more about provider signing, you can read about it here:107Terraform has been successfully initialized!108You may now begin working with Terraform. Try running "terraform plan" to see109any changes that are required for your infrastructure. All Terraform commands110should now work.111If you ever set or change modules or backend configuration for Terraform,112rerun this command to reinitialize your working directory. If you forget, other113commands will detect it and remind you to do so if necessary.114$ terraform validate115Success! The configuration is valid.116$ terraform fmt --check --diff118Job succeeded