-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from putmanoj/retire-tf-runner-stack
Retire terraform runner stack
- Loading branch information
Showing
14 changed files
with
372 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
37 changes: 37 additions & 0 deletions
37
spec/lib/terraform/runner/data/responses/hello-world-delete-in-progress.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"stack_id": "72259c10-e84c-11ee-a474-2d77bed8e73a", | ||
"stack_job_id": 40, | ||
"stack_job_is_latest": true, | ||
"status": "IN_PROGRESS", | ||
"action": "DELETE", | ||
"message": "Wed Sep 04 2024 08:49:09 GMT+0530 (India Standard Time) Running terraform init ... \n\n\u001b[0m\u001b[1mInitializing provider plugins...\u001b[0m\n- Finding latest version of hashicorp/null...\n", | ||
"error_message": "", | ||
"details": { | ||
"resources": [ | ||
{ | ||
"name": "null_resource.null_resource_simple", | ||
"consolelinks": [], | ||
"details": { | ||
"id": "4731093289508954906", | ||
"triggers": null | ||
}, | ||
"tainted": false, | ||
"idFromProvider": "4731093289508954906", | ||
"typeFromProvider": "null_resource", | ||
"type": "unknown", | ||
"provider": "unknown" | ||
} | ||
], | ||
"outputs": [ | ||
{ | ||
"name": "greeting", | ||
"type": "string", | ||
"value": "Hello Mumbai" | ||
} | ||
] | ||
}, | ||
"stack_name": "Terraform::Runner", | ||
"created_at": "2024-09-04T03:19:09.592Z", | ||
"metadata": null, | ||
"stack_job_start_time": "2024-09-04T03:19:09.592Z" | ||
} |
15 changes: 15 additions & 0 deletions
15
spec/lib/terraform/runner/data/responses/hello-world-delete-success.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"stack_id": "72259c10-e84c-11ee-a474-2d77bed8e73a", | ||
"stack_job_id": 40, | ||
"stack_job_is_latest": true, | ||
"status": "SUCCESS", | ||
"action": "DELETE", | ||
"message": "Wed Sep 04 2024 08:49:09 GMT+0530 (India Standard Time) Running terraform init ... \n\n[0m[1mInitializing provider plugins...[0m\n- Finding latest version of hashicorp/null...\n- Installing hashicorp/null v3.2.2...\n- Installed hashicorp/null v3.2.2 (signed, key ID [0m[1m0C0AF313E5FD9F80[0m[0m)\n\nProviders are signed by their developers.\nIf you'd like to know more about provider signing, you can read about it here:\nhttps://opentofu.org/docs/cli/plugins/signing/\n\nOpenTofu has created a lock file [1m.terraform.lock.hcl[0m to record the provider\nselections it made above. Include this file in your version control repository\nso that OpenTofu can guarantee to make the same selections by default when\nyou run \"tofu init\" in the future.[0m\n\n[0m[1m[32mOpenTofu has been successfully initialized![0m[32m[0m\n[0m[32m\nYou may now begin working with OpenTofu. Try running \"tofu plan\" to see\nany changes that are required for your infrastructure. All OpenTofu commands\nshould now work.\n\nIf you ever set or change modules or backend configuration for OpenTofu,\nrerun this command to reinitialize your working directory. If you forget, other\ncommands will detect it and remind you to do so if necessary.[0m\n\n\nWed Sep 04 2024 08:49:14 GMT+0530 (India Standard Time) Running terraform destroy ... \n[0m[1mnull_resource.null_resource_simple: Refreshing state... [id=4731093289508954906][0m\n\nOpenTofu used the selected providers to generate the following execution\nplan. Resource actions are indicated with the following symbols:\n [31m-[0m destroy[0m\n\nOpenTofu will perform the following actions:\n\n[1m # null_resource.null_resource_simple[0m will be [1m[31mdestroyed[0m\n[0m [31m-[0m[0m resource \"null_resource\" \"null_resource_simple\" {\n [31m-[0m[0m id = \"4731093289508954906\" [90m-> null[0m[0m\n }\n\n[1mPlan:[0m 0 to add, 0 to change, 1 to destroy.\n[0m\nChanges to Outputs:\n [31m-[0m[0m greeting = \"Hello Mumbai\" [90m-> null[0m[0m\n[0m[1mnull_resource.null_resource_simple: Destroying... [id=4731093289508954906][0m[0m\n[0m[1mnull_resource.null_resource_simple: Destruction complete after 0s[0m\n[0m[1m[32m\nDestroy complete! Resources: 1 destroyed.\n[0m", | ||
"error_message": "", | ||
"details": {"resources":[], "outputs":[]}, | ||
"stack_name": "Terraform::Runner", | ||
"created_at": "2024-09-04T03:19:09.592Z", | ||
"metadata": null, | ||
"stack_job_start_time": "2024-09-04T03:19:09.592Z", | ||
"stack_job_end_time": "2024-09-04T03:19:15.620Z" | ||
} |
File renamed without changes.
Oops, something went wrong.