Empty commit to trigger Terrateam#3
Conversation
|
🤔 it seems that it doesn't pick it from the PR description, what if I add it in a message? terrateam plan |
|
terrateam plan |
No Matching Changes ✖️There are no matching changes to plan. To plan all changes, comment: |
Empty commit didn't work. Asking in PR to run a plan didn't work. Testing with a commit :yay:
This comment has been minimized.
This comment has been minimized.
|
terrateam plan |
Plans 👍Outputs can be viewed in the Terrateam Console here. Terrateam Plan Output 👍Expand for plan output detailsDir: dev | Success 👍Dir: dev Step: plan Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# null_resource.drift[0] will be created
+ resource "null_resource" "drift" {
+ id = (known after apply)
}
# null_resource.drift[1] will be created
+ resource "null_resource" "drift" {
+ id = (known after apply)
}
# module.dev.null_resource.this[0] will be created
+ resource "null_resource" "this" {
+ id = (known after apply)
}
Plan: 3 to add, 0 to change, 0 to destroy.
To apply all these changes, comment:
|
This should still trigger the plan, as we are changing the file, but there are no differences with main.
|
terrateam plan '*' |
No Matching Changes ✖️There are no matching changes to plan. To plan all changes, comment: |
|
terrateam plan 'dir:dev' |
No Matching Changes ✖️There are no matching changes to plan. To plan all changes, comment: |
|
terrateam apply dir:env |
No Matching Changes ✖️There are no matching changes that are pending apply. To apply all pending applies, comment: |
|
terrateam apply-foce dir:env |
Unknown Command ✖️Unknown command, see the list of valid commands below. List of Terrateam commands:
For help see: |
|
terrateam apply dir:dev |
No Matching Changes ✖️There are no matching changes that are pending apply. To apply all pending applies, comment: |
|
terrateam apply-force dir:dev |
No Matching Changes ✖️There are no matching changes that are pending apply. To apply all pending applies, comment: |
|
Clearly it needs the file to be changed in any way 😞 I suppose it's a good thing. While at it, I'd like to see if it works by adding commands to a comment, like this: terrateam plan |
Addresses #2.
terrateam plan