Skip to content

Commit

Permalink
Add AzureAD and FMC providers
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonprice57 committed Jan 16, 2025
1 parent 2e620f7 commit 8c18e3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/provider/blueprint_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ func (r *BlueprintResource) Schema(
"PROVIDER_SNOWFLAKE",
"PROVIDER_SPACELIFT",
"PROVIDER_VMWARE",
"PROVIDER_AZUREAD",
"PROVIDER_FMC",
"PROVIDER_OTHER",
),
},
Expand Down
2 changes: 2 additions & 0 deletions internal/provider/guardrail_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ func (r *GuardrailResource) Schema(
"PROVIDER_SNOWFLAKE",
"PROVIDER_SPACELIFT",
"PROVIDER_VMWARE",
"PROVIDER_AZUREAD",
"PROVIDER_FMC",
"PROVIDER_OTHER",
),
},
Expand Down

0 comments on commit 8c18e3d

Please sign in to comment.