jiangguoqing / iac

0 stars 0 forks source link

ok #3

Closed jiangguoqing closed 1 year ago

github-actions[bot] commented 1 year ago

Terraform Format and Style 🖌``

Terraform Initialization ⚙️success

Terraform Validation 🤖success

Terraform Plan 📖success

Show Plan ``` terraform Acquiring state lock. This may take a few moments... aws_instance.app_server: Refreshing state... [id=i-0b246c8a941fca618] No changes. Your infrastructure matches the configuration. Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed. Releasing state lock. This may take a few moments... ```

Pushed by: @jiangguoqing, Action: pull_request

github-actions[bot] commented 1 year ago

Terraform Format and Style 🖌``

Terraform Initialization ⚙️success

Terraform Validation 🤖success

Terraform Plan 📖success

Show Plan ``` terraform Acquiring state lock. This may take a few moments... aws_instance.app_server: Refreshing state... [id=i-0b246c8a941fca618] Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: ~ update in-place Terraform will perform the following actions: # aws_instance.app_server will be updated in-place ~ resource "aws_instance" "app_server" { id = "i-0b246c8a941fca618" ~ tags = { ~ "Name" = "ExampleAppServerInstanc" -> "ExampleAppServerInstan" } ~ tags_all = { ~ "Name" = "ExampleAppServerInstanc" -> "ExampleAppServerInstan" } # (30 unchanged attributes hidden) # (7 unchanged blocks hidden) } Plan: 0 to add, 1 to change, 0 to destroy. ───────────────────────────────────────────────────────────────────────────── Note: You didn't use the -out option to save this plan, so Terraform can't guarantee to take exactly these actions if you run "terraform apply" now. Releasing state lock. This may take a few moments... ```

Pushed by: @jiangguoqing, Action: pull_request

github-actions[bot] commented 1 year ago

Terraform Format and Style 🖌``

Terraform Initialization ⚙️success

Terraform Validation 🤖success

Terraform Plan 📖success

Show Plan ``` terraform Acquiring state lock. This may take a few moments... aws_instance.app_server: Refreshing state... [id=i-0b246c8a941fca618] Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: ~ update in-place Terraform will perform the following actions: # aws_instance.app_server will be updated in-place ~ resource "aws_instance" "app_server" { id = "i-0b246c8a941fca618" ~ tags = { ~ "Name" = "ExampleAppServerInstan" -> "ExampleAppServerInsta" } ~ tags_all = { ~ "Name" = "ExampleAppServerInstan" -> "ExampleAppServerInsta" } # (30 unchanged attributes hidden) # (7 unchanged blocks hidden) } Plan: 0 to add, 1 to change, 0 to destroy. ───────────────────────────────────────────────────────────────────────────── Note: You didn't use the -out option to save this plan, so Terraform can't guarantee to take exactly these actions if you run "terraform apply" now. Releasing state lock. This may take a few moments... ```

Pushed by: @jiangguoqing, Action: pull_request