Skip to content

Commit

Permalink
conformity_azure_account: environment field should not be required
Browse files Browse the repository at this point in the history
  • Loading branch information
suraj committed Jun 16, 2022
1 parent 43f88f8 commit 9fe5ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conformity/resource_azure_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func resourceAzureAccount() *schema.Resource {
},
"environment": {
Type: schema.TypeString,
Required: true,
Optional: true,
},
"subscription_id": {
Type: schema.TypeString,
Expand Down

0 comments on commit 9fe5ff0

Please sign in to comment.