Skip to content

Instantly share code, notes, and snippets.

@eahrend
Created October 3, 2021 21:53
Show Gist options
  • Save eahrend/80adb6026a4aafc7a63b0061c0ffe96a to your computer and use it in GitHub Desktop.
Save eahrend/80adb6026a4aafc7a63b0061c0ffe96a to your computer and use it in GitHub Desktop.
terraform testing output
-----> Starting Test Kitchen (v2.7.2)
-----> Destroying <mysql-public-local>...
$$$$$$ Reading the Terraform client version...
Terraform v1.0.5
on linux_amd64
+ provider registry.terraform.io/hashicorp/google v3.86.0
+ provider registry.terraform.io/hashicorp/google-beta v3.86.0
+ provider registry.terraform.io/hashicorp/null v3.1.0
+ provider registry.terraform.io/hashicorp/random v3.1.0
Your version of Terraform is out of date! The latest version
is 1.0.8. You can update by downloading from https://www.terraform.io/downloads.html
$$$$$$ Finished reading the Terraform client version.
$$$$$$ Verifying the Terraform client version is in the supported interval of >= 0.11.4, < 1.1.0...
$$$$$$ Finished verifying the Terraform client version.
$$$$$$ Initializing the Terraform working directory...
Initializing modules...
Initializing the backend...
Initializing provider plugins...
- Reusing previous version of hashicorp/random from the dependency lock file
- Reusing previous version of hashicorp/null from the dependency lock file
- Reusing previous version of hashicorp/google from the dependency lock file
- Reusing previous version of hashicorp/google-beta from the dependency lock file
- Using previously-installed hashicorp/random v3.1.0
- Using previously-installed hashicorp/null v3.1.0
- Using previously-installed hashicorp/google v3.86.0
- Using previously-installed hashicorp/google-beta v3.86.0
Terraform has been successfully initialized!
$$$$$$ Finished initializing the Terraform working directory.
$$$$$$ Selecting the kitchen-terraform-mysql-public-local Terraform workspace...
Workspace "kitchen-terraform-mysql-public-local" doesn't exist.
You can create this workspace with the "new" subcommand.
$$$$$$ Creating the kitchen-terraform-mysql-public-local Terraform workspace...
Created and switched to workspace "kitchen-terraform-mysql-public-local"!
You're now on a new, empty workspace. Workspaces isolate their state,
so if you run "terraform plan" Terraform will not see any existing state
for this configuration.
$$$$$$ Finished creating the kitchen-terraform-mysql-public-local Terraform workspace.
$$$$$$ Destroying the Terraform-managed infrastructure...
Changes to Outputs:
- project_id = "\"ci-sql-db-ebb4\"" -> null
You can apply this plan to save these new output values to the Terraform
state, without changing any real infrastructure.
Destroy complete! Resources: 0 destroyed.
$$$$$$ Finished destroying the Terraform-managed infrastructure.
$$$$$$ Selecting the default Terraform workspace...
Switched to workspace "default".
$$$$$$ Finished selecting the default Terraform workspace.
$$$$$$ Deleting the kitchen-terraform-mysql-public-local Terraform workspace...
Deleted workspace "kitchen-terraform-mysql-public-local"!
$$$$$$ Finished deleting the kitchen-terraform-mysql-public-local Terraform workspace.
Finished destroying <mysql-public-local> (0m7.43s).
-----> Destroying <postgresql-public-local>...
$$$$$$ Reading the Terraform client version...
Terraform v1.0.5
on linux_amd64
+ provider registry.terraform.io/hashicorp/google v3.86.0
+ provider registry.terraform.io/hashicorp/google-beta v3.86.0
+ provider registry.terraform.io/hashicorp/null v3.1.0
+ provider registry.terraform.io/hashicorp/random v3.1.0
Your version of Terraform is out of date! The latest version
is 1.0.8. You can update by downloading from https://www.terraform.io/downloads.html
$$$$$$ Finished reading the Terraform client version.
$$$$$$ Verifying the Terraform client version is in the supported interval of >= 0.11.4, < 1.1.0...
$$$$$$ Finished verifying the Terraform client version.
$$$$$$ Initializing the Terraform working directory...
Initializing modules...
Initializing the backend...
Initializing provider plugins...
- Reusing previous version of hashicorp/random from the dependency lock file
- Reusing previous version of hashicorp/google from the dependency lock file
- Reusing previous version of hashicorp/null from the dependency lock file
- Reusing previous version of hashicorp/google-beta from the dependency lock file
- Using previously-installed hashicorp/google-beta v3.86.0
- Using previously-installed hashicorp/random v3.1.0
- Using previously-installed hashicorp/google v3.86.0
- Using previously-installed hashicorp/null v3.1.0
Terraform has been successfully initialized!
$$$$$$ Finished initializing the Terraform working directory.
$$$$$$ Selecting the kitchen-terraform-postgresql-public-local Terraform workspace...
Workspace "kitchen-terraform-postgresql-public-local" doesn't exist.
You can create this workspace with the "new" subcommand.
$$$$$$ Creating the kitchen-terraform-postgresql-public-local Terraform workspace...
Created and switched to workspace "kitchen-terraform-postgresql-public-local"!
You're now on a new, empty workspace. Workspaces isolate their state,
so if you run "terraform plan" Terraform will not see any existing state
for this configuration.
$$$$$$ Finished creating the kitchen-terraform-postgresql-public-local Terraform workspace.
$$$$$$ Destroying the Terraform-managed infrastructure...
Changes to Outputs:
- project_id = "\"ci-sql-db-ebb4\"" -> null
You can apply this plan to save these new output values to the Terraform
state, without changing any real infrastructure.
Destroy complete! Resources: 0 destroyed.
$$$$$$ Finished destroying the Terraform-managed infrastructure.
$$$$$$ Selecting the default Terraform workspace...
Switched to workspace "default".
$$$$$$ Finished selecting the default Terraform workspace.
$$$$$$ Deleting the kitchen-terraform-postgresql-public-local Terraform workspace...
Deleted workspace "kitchen-terraform-postgresql-public-local"!
$$$$$$ Finished deleting the kitchen-terraform-postgresql-public-local Terraform workspace.
Finished destroying <postgresql-public-local> (0m6.90s).
-----> Destroying <mysql-private-local>...
$$$$$$ Reading the Terraform client version...
Terraform v1.0.5
on linux_amd64
+ provider registry.terraform.io/hashicorp/google v3.86.0
+ provider registry.terraform.io/hashicorp/google-beta v3.86.0
+ provider registry.terraform.io/hashicorp/null v3.1.0
+ provider registry.terraform.io/hashicorp/random v3.1.0
Your version of Terraform is out of date! The latest version
is 1.0.8. You can update by downloading from https://www.terraform.io/downloads.html
$$$$$$ Finished reading the Terraform client version.
$$$$$$ Verifying the Terraform client version is in the supported interval of >= 0.11.4, < 1.1.0...
$$$$$$ Finished verifying the Terraform client version.
$$$$$$ Initializing the Terraform working directory...
Initializing modules...
Initializing the backend...
Initializing provider plugins...
- Reusing previous version of hashicorp/random from the dependency lock file
- Reusing previous version of hashicorp/google from the dependency lock file
- Reusing previous version of hashicorp/google-beta from the dependency lock file
- Reusing previous version of hashicorp/null from the dependency lock file
- Using previously-installed hashicorp/google-beta v3.86.0
- Using previously-installed hashicorp/null v3.1.0
- Using previously-installed hashicorp/random v3.1.0
- Using previously-installed hashicorp/google v3.86.0
Terraform has been successfully initialized!
$$$$$$ Finished initializing the Terraform working directory.
$$$$$$ Selecting the kitchen-terraform-mysql-private-local Terraform workspace...
Workspace "kitchen-terraform-mysql-private-local" doesn't exist.
You can create this workspace with the "new" subcommand.
$$$$$$ Creating the kitchen-terraform-mysql-private-local Terraform workspace...
Created and switched to workspace "kitchen-terraform-mysql-private-local"!
You're now on a new, empty workspace. Workspaces isolate their state,
so if you run "terraform plan" Terraform will not see any existing state
for this configuration.
$$$$$$ Finished creating the kitchen-terraform-mysql-private-local Terraform workspace.
$$$$$$ Destroying the Terraform-managed infrastructure...
Changes to Outputs:
- project_id = "\"ci-sql-db-ebb4\"" -> null
You can apply this plan to save these new output values to the Terraform
state, without changing any real infrastructure.
Destroy complete! Resources: 0 destroyed.
$$$$$$ Finished destroying the Terraform-managed infrastructure.
$$$$$$ Selecting the default Terraform workspace...
Switched to workspace "default".
$$$$$$ Finished selecting the default Terraform workspace.
$$$$$$ Deleting the kitchen-terraform-mysql-private-local Terraform workspace...
Deleted workspace "kitchen-terraform-mysql-private-local"!
$$$$$$ Finished deleting the kitchen-terraform-mysql-private-local Terraform workspace.
Finished destroying <mysql-private-local> (0m7.19s).
-----> Destroying <mssql-public-local>...
$$$$$$ Reading the Terraform client version...
Terraform v1.0.5
on linux_amd64
+ provider registry.terraform.io/hashicorp/google v3.86.0
+ provider registry.terraform.io/hashicorp/google-beta v3.86.0
+ provider registry.terraform.io/hashicorp/null v3.1.0
+ provider registry.terraform.io/hashicorp/random v3.1.0
Your version of Terraform is out of date! The latest version
is 1.0.8. You can update by downloading from https://www.terraform.io/downloads.html
$$$$$$ Finished reading the Terraform client version.
$$$$$$ Verifying the Terraform client version is in the supported interval of >= 0.11.4, < 1.1.0...
$$$$$$ Finished verifying the Terraform client version.
$$$$$$ Initializing the Terraform working directory...
Initializing modules...
Initializing the backend...
Initializing provider plugins...
- Reusing previous version of hashicorp/google-beta from the dependency lock file
- Reusing previous version of hashicorp/google from the dependency lock file
- Reusing previous version of hashicorp/null from the dependency lock file
- Reusing previous version of hashicorp/random from the dependency lock file
- Using previously-installed hashicorp/google-beta v3.86.0
- Using previously-installed hashicorp/google v3.86.0
- Using previously-installed hashicorp/null v3.1.0
- Using previously-installed hashicorp/random v3.1.0
Terraform has been successfully initialized!
$$$$$$ Finished initializing the Terraform working directory.
$$$$$$ Selecting the kitchen-terraform-mssql-public-local Terraform workspace...
Workspace "kitchen-terraform-mssql-public-local" doesn't exist.
You can create this workspace with the "new" subcommand.
$$$$$$ Creating the kitchen-terraform-mssql-public-local Terraform workspace...
Created and switched to workspace "kitchen-terraform-mssql-public-local"!
You're now on a new, empty workspace. Workspaces isolate their state,
so if you run "terraform plan" Terraform will not see any existing state
for this configuration.
$$$$$$ Finished creating the kitchen-terraform-mssql-public-local Terraform workspace.
$$$$$$ Destroying the Terraform-managed infrastructure...
Changes to Outputs:
- project_id = "\"ci-sql-db-ebb4\"" -> null
You can apply this plan to save these new output values to the Terraform
state, without changing any real infrastructure.
Destroy complete! Resources: 0 destroyed.
$$$$$$ Finished destroying the Terraform-managed infrastructure.
$$$$$$ Selecting the default Terraform workspace...
Switched to workspace "default".
$$$$$$ Finished selecting the default Terraform workspace.
$$$$$$ Deleting the kitchen-terraform-mssql-public-local Terraform workspace...
Deleted workspace "kitchen-terraform-mssql-public-local"!
$$$$$$ Finished deleting the kitchen-terraform-mssql-public-local Terraform workspace.
Finished destroying <mssql-public-local> (0m6.93s).
-----> Destroying <mysql-ha-local>...
$$$$$$ Reading the Terraform client version...
Terraform v1.0.5
on linux_amd64
+ provider registry.terraform.io/hashicorp/google v3.86.0
+ provider registry.terraform.io/hashicorp/google-beta v3.86.0
+ provider registry.terraform.io/hashicorp/null v3.1.0
+ provider registry.terraform.io/hashicorp/random v3.1.0
Your version of Terraform is out of date! The latest version
is 1.0.8. You can update by downloading from https://www.terraform.io/downloads.html
$$$$$$ Finished reading the Terraform client version.
$$$$$$ Verifying the Terraform client version is in the supported interval of >= 0.11.4, < 1.1.0...
$$$$$$ Finished verifying the Terraform client version.
$$$$$$ Initializing the Terraform working directory...
Initializing modules...
Initializing the backend...
Initializing provider plugins...
- Reusing previous version of hashicorp/random from the dependency lock file
- Reusing previous version of hashicorp/google from the dependency lock file
- Reusing previous version of hashicorp/google-beta from the dependency lock file
- Reusing previous version of hashicorp/null from the dependency lock file
- Using previously-installed hashicorp/random v3.1.0
- Using previously-installed hashicorp/google v3.86.0
- Using previously-installed hashicorp/google-beta v3.86.0
- Using previously-installed hashicorp/null v3.1.0
Terraform has been successfully initialized!
$$$$$$ Finished initializing the Terraform working directory.
$$$$$$ Selecting the kitchen-terraform-mysql-ha-local Terraform workspace...
Workspace "kitchen-terraform-mysql-ha-local" doesn't exist.
You can create this workspace with the "new" subcommand.
$$$$$$ Creating the kitchen-terraform-mysql-ha-local Terraform workspace...
Created and switched to workspace "kitchen-terraform-mysql-ha-local"!
You're now on a new, empty workspace. Workspaces isolate their state,
so if you run "terraform plan" Terraform will not see any existing state
for this configuration.
$$$$$$ Finished creating the kitchen-terraform-mysql-ha-local Terraform workspace.
$$$$$$ Destroying the Terraform-managed infrastructure...
Changes to Outputs:
- authorized_network = "192.10.10.10/32" -> null
- project_id = "\"ci-sql-db-ebb4\"" -> null
You can apply this plan to save these new output values to the Terraform
state, without changing any real infrastructure.
Destroy complete! Resources: 0 destroyed.
$$$$$$ Finished destroying the Terraform-managed infrastructure.
$$$$$$ Selecting the default Terraform workspace...
Switched to workspace "default".
$$$$$$ Finished selecting the default Terraform workspace.
$$$$$$ Deleting the kitchen-terraform-mysql-ha-local Terraform workspace...
Deleted workspace "kitchen-terraform-mysql-ha-local"!
$$$$$$ Finished deleting the kitchen-terraform-mysql-ha-local Terraform workspace.
Finished destroying <mysql-ha-local> (0m7.28s).
-----> Destroying <postgresql-ha-local>...
$$$$$$ Reading the Terraform client version...
Terraform v1.0.5
on linux_amd64
+ provider registry.terraform.io/hashicorp/google v3.86.0
+ provider registry.terraform.io/hashicorp/google-beta v3.86.0
+ provider registry.terraform.io/hashicorp/null v3.1.0
+ provider registry.terraform.io/hashicorp/random v3.1.0
Your version of Terraform is out of date! The latest version
is 1.0.8. You can update by downloading from https://www.terraform.io/downloads.html
$$$$$$ Finished reading the Terraform client version.
$$$$$$ Verifying the Terraform client version is in the supported interval of >= 0.11.4, < 1.1.0...
$$$$$$ Finished verifying the Terraform client version.
$$$$$$ Initializing the Terraform working directory...
Initializing modules...
Initializing the backend...
Initializing provider plugins...
- Reusing previous version of hashicorp/google from the dependency lock file
- Reusing previous version of hashicorp/google-beta from the dependency lock file
- Reusing previous version of hashicorp/random from the dependency lock file
- Reusing previous version of hashicorp/null from the dependency lock file
- Using previously-installed hashicorp/random v3.1.0
- Using previously-installed hashicorp/null v3.1.0
- Using previously-installed hashicorp/google v3.86.0
- Using previously-installed hashicorp/google-beta v3.86.0
Terraform has been successfully initialized!
$$$$$$ Finished initializing the Terraform working directory.
$$$$$$ Selecting the kitchen-terraform-postgresql-ha-local Terraform workspace...
Workspace "kitchen-terraform-postgresql-ha-local" doesn't exist.
You can create this workspace with the "new" subcommand.
$$$$$$ Creating the kitchen-terraform-postgresql-ha-local Terraform workspace...
Created and switched to workspace "kitchen-terraform-postgresql-ha-local"!
You're now on a new, empty workspace. Workspaces isolate their state,
so if you run "terraform plan" Terraform will not see any existing state
for this configuration.
$$$$$$ Finished creating the kitchen-terraform-postgresql-ha-local Terraform workspace.
$$$$$$ Destroying the Terraform-managed infrastructure...
Changes to Outputs:
- authorized_network = "192.10.10.10/32" -> null
- project_id = "\"ci-sql-db-ebb4\"" -> null
You can apply this plan to save these new output values to the Terraform
state, without changing any real infrastructure.
Destroy complete! Resources: 0 destroyed.
$$$$$$ Finished destroying the Terraform-managed infrastructure.
$$$$$$ Selecting the default Terraform workspace...
Switched to workspace "default".
$$$$$$ Finished selecting the default Terraform workspace.
$$$$$$ Deleting the kitchen-terraform-postgresql-ha-local Terraform workspace...
Deleted workspace "kitchen-terraform-postgresql-ha-local"!
$$$$$$ Finished deleting the kitchen-terraform-postgresql-ha-local Terraform workspace.
Finished destroying <postgresql-ha-local> (0m7.61s).
-----> Destroying <mssql-ha-local>...
$$$$$$ Reading the Terraform client version...
Terraform v1.0.5
on linux_amd64
+ provider registry.terraform.io/hashicorp/google v3.86.0
+ provider registry.terraform.io/hashicorp/google-beta v3.86.0
+ provider registry.terraform.io/hashicorp/null v3.1.0
+ provider registry.terraform.io/hashicorp/random v3.1.0
Your version of Terraform is out of date! The latest version
is 1.0.8. You can update by downloading from https://www.terraform.io/downloads.html
$$$$$$ Finished reading the Terraform client version.
$$$$$$ Verifying the Terraform client version is in the supported interval of >= 0.11.4, < 1.1.0...
$$$$$$ Finished verifying the Terraform client version.
$$$$$$ Initializing the Terraform working directory...
Initializing modules...
Initializing the backend...
Initializing provider plugins...
- Reusing previous version of hashicorp/random from the dependency lock file
- Reusing previous version of hashicorp/google from the dependency lock file
- Reusing previous version of hashicorp/google-beta from the dependency lock file
- Reusing previous version of hashicorp/null from the dependency lock file
- Using previously-installed hashicorp/random v3.1.0
- Using previously-installed hashicorp/google v3.86.0
- Using previously-installed hashicorp/google-beta v3.86.0
- Using previously-installed hashicorp/null v3.1.0
Terraform has been successfully initialized!
$$$$$$ Finished initializing the Terraform working directory.
$$$$$$ Selecting the kitchen-terraform-mssql-ha-local Terraform workspace...
Workspace "kitchen-terraform-mssql-ha-local" doesn't exist.
You can create this workspace with the "new" subcommand.
$$$$$$ Creating the kitchen-terraform-mssql-ha-local Terraform workspace...
Created and switched to workspace "kitchen-terraform-mssql-ha-local"!
You're now on a new, empty workspace. Workspaces isolate their state,
so if you run "terraform plan" Terraform will not see any existing state
for this configuration.
$$$$$$ Finished creating the kitchen-terraform-mssql-ha-local Terraform workspace.
$$$$$$ Destroying the Terraform-managed infrastructure...
Changes to Outputs:
- authorized_network = "192.10.10.10/32" -> null
- project_id = "\"ci-sql-db-ebb4\"" -> null
You can apply this plan to save these new output values to the Terraform
state, without changing any real infrastructure.
Destroy complete! Resources: 0 destroyed.
$$$$$$ Finished destroying the Terraform-managed infrastructure.
$$$$$$ Selecting the default Terraform workspace...
Switched to workspace "default".
$$$$$$ Finished selecting the default Terraform workspace.
$$$$$$ Deleting the kitchen-terraform-mssql-ha-local Terraform workspace...
Deleted workspace "kitchen-terraform-mssql-ha-local"!
$$$$$$ Finished deleting the kitchen-terraform-mssql-ha-local Terraform workspace.
Finished destroying <mssql-ha-local> (0m6.95s).
-----> Test Kitchen is finished. (0m51.73s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment