Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing YAML (possibly) #2

Merged
merged 8 commits into from
Oct 31, 2023
Merged

Fixing YAML (possibly) #2

merged 8 commits into from
Oct 31, 2023

Conversation

stemaMSFT
Copy link
Owner

No description provided.

Copy link

👋 Thanks for reporting!

Copy link

Terraform Format and Style 🖌``

Terraform Initialization ⚙️success

Terraform Validation 🤖

Terraform Plan 📖success

Show Plan
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  �[32m+�[0m create�[0m

Terraform will perform the following actions:

�[1m  # azapi_resource.example�[0m will be created
�[0m  �[32m+�[0m�[0m resource "azapi_resource" "example" {
      �[32m+�[0m�[0m body                      = jsonencode(
            {
              �[32m+�[0m�[0m properties = {}
            }
        )
      �[32m+�[0m�[0m id                        = (known after apply)
      �[32m+�[0m�[0m ignore_casing             = false
      �[32m+�[0m�[0m ignore_missing_property   = true
      �[32m+�[0m�[0m location                  = "eastus"
      �[32m+�[0m�[0m name                      = "tfstate"
      �[32m+�[0m�[0m output                    = (known after apply)
      �[32m+�[0m�[0m parent_id                 = "/subscriptions/6e4d4d41-20a6-4801-8eec-c769d870e333"
      �[32m+�[0m�[0m removing_special_chars    = false
      �[32m+�[0m�[0m schema_validation_enabled = true
      �[32m+�[0m�[0m tags                      = (known after apply)
      �[32m+�[0m�[0m type                      = "Microsoft.Resources/resourceGroups@2022-09-01"

      �[32m+�[0m�[0m timeouts {}
    }

�[1mPlan:�[0m 1 to add, 0 to change, 0 to destroy.
�[0m�[90m
─────────────────────────────────────────────────────────────────────────────�[0m

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.

Pusher: @stemaMSFT, Action: pull_request, Working Directory: ``, Workflow: Terraform

@stemaMSFT stemaMSFT merged commit 7f5eded into main Oct 31, 2023
2 checks passed
@stemaMSFT stemaMSFT deleted the master branch October 31, 2023 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant