-
Notifications
You must be signed in to change notification settings - Fork 100
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
Add required_providers block to main.tf.config, functional test for Terraform Provider #7364
Add required_providers block to main.tf.config, functional test for Terraform Provider #7364
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
06a2e83
to
dea0923
Compare
This comment was marked as outdated.
This comment was marked as outdated.
dea0923
to
060afba
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
b3f0891
to
99e84a0
Compare
This comment was marked as outdated.
This comment was marked as outdated.
99e84a0
to
07583d2
Compare
This comment was marked as outdated.
This comment was marked as outdated.
07583d2
to
1e2d857
Compare
This comment was marked as outdated.
This comment was marked as outdated.
1e2d857
to
e02f8b3
Compare
This comment was marked as outdated.
This comment was marked as outdated.
4e884bf
to
d764663
Compare
This comment was marked as outdated.
This comment was marked as outdated.
7175e25
to
9bc6038
Compare
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One question about recent update in config.go: #7364 (comment). Looks good apart from that.
8dae847
to
07a4aca
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
// The function returns a map where the keys are provider names and the values are slices of maps. | ||
// Each map in the slice represents a specific configuration for the corresponding provider. | ||
// This structure allows for multiple configurations per provider. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a helpful comment, thanks for updating.
07a4aca
to
95781a5
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Description
PR includes updates to Terraform Providers functionality including:
Type of change
required_providers
block which causes issues for providers not directly from Hashicorp #7311 ).Fixes: #7311