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

New Datasource: azurerm_virtual_hub_connection #21681

Merged
merged 10 commits into from
May 17, 2023
Prev Previous commit
Next Next commit
Fixing validation error
  • Loading branch information
TechyMatt committed May 6, 2023
commit 96c206c79b161f0b97eaba73b054071631e4a25e
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ func dataSourceVirtualHubConnection() *pluginsdk.Resource {
"labels": {
Type: pluginsdk.TypeSet,
TechyMatt marked this conversation as resolved.
Show resolved Hide resolved
Computed: true,
Elem: &pluginsdk.Schema{
Type: pluginsdk.TypeString,
},
},

"route_table_ids": {
Expand Down