microsoft / power-platform-terraform-quickstarts

Examples for using the Power Platform Terraform Provider
https://github.com/microsoft/terraform-provider-power-platform
MIT License
21 stars 5 forks source link

Base content for power platform quickstarts #1

Closed mattdot closed 1 year ago

github-advanced-security[bot] commented 1 year ago

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

github-actions[bot] commented 1 year ago

Terraform Plan Output

Click to expand ```terraform 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: # module.powerplatform.powerplatform_environment.foo will be created + resource "powerplatform_environment" "foo" { + currency_code = "USD" + display_name = "foo" + domain = "myspecialdomain" + environment_name = (known after apply) + environment_type = "Sandbox" + id = (known after apply) + language_code = 1033 + linked_app_id = (known after apply) + linked_app_type = (known after apply) + linked_app_url = (known after apply) + location = "unitedstates" + organization_id = (known after apply) + security_group_id = "00000000-0000-0000-0000-000000000000" + url = (known after apply) + version = (known after apply) } Plan: 1 to add, 0 to change, 0 to destroy. ```