Closed steperchuk closed 7 months ago
azurerm_mysql_server_key fails on
digitaltwins fails on observe failed: cannot run refresh: refresh failed: Missing required argument: The argument "eventhub_primary_connection_string" is required, but no definition was found.
updating config.go by the following code not solves an issue
package digitaltwins import ( "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/upbound/upjet/pkg/config" ) // Configure configures digitaltwins group func Configure(p config.Provider) { // We have to modify schema of "connection_strings", since is a map // where elements configured as ref, but needs to be String: p.AddResourceConfigurator("azurerm_digital_twins_endpoint_eventhub", func(r config.Resource) { r.TerraformResource.Schema["eventhub_primary_connection_string"].Elem = schema.TypeString r.TerraformResource.Schema["eventhub_secondary_connection_string"].Elem = schema.TypeString }) }
This provider repo does not have enough maintainers to address every issue. Since there has been no activity in the last 90 days it is now marked as stale
. It will be closed in 14 days if no further activity occurs. Leaving a comment starting with /fresh
will mark this issue as not stale.
This issue is being closed since there has been no activity for 14 days since marking it as stale
. If you still need help, feel free to comment or reopen the issue!
Moving
dbformysql
1 resources in the group:Moving
digitaltwins
3 resources in the group: