-
Notifications
You must be signed in to change notification settings - Fork 30
chore(master): release 3.0.0 #65
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
57ffa78
to
2a2b9c2
Compare
2a2b9c2
to
a077bef
Compare
/gcbrun |
@release-please[bot]
Running terraform fmt
Running terraform validate
terraform_validate .
There are some problems with the configuration, described below.
The Terraform configuration must be valid before initialization so that
Terraform can determine which modules and providers need to be installed.
╷
│
Error:
Optional object type attributes are experimental
│
│
on .terraform/modules/data_fusion_network.datafusion_firewall/modules/fabric-net-firewall/variables.tf line 45:
│
45:
variable "internal_allow"
{
│
│
This feature is currently an opt-in experiment, subject to change in future
│
releases based on feedback.
│
│
Activate the feature for this module by adding
│
module_variable_optional_attrs to the list of active experiments.
╵
terraform_validate ./examples/dataproc_profile
Success!
The configuration is valid.
terraform_validate ./examples/hub_artifact
Success!
The configuration is valid.
terraform_validate ./examples/instance
There are some problems with the configuration, described below.
The Terraform configuration must be valid before initialization so that
Terraform can determine which modules and providers need to be installed.
╷
│
Error:
Optional object type attributes are experimental
│
│
on .terraform/modules/data_fusion.data_fusion_network.datafusion_firewall/modules/fabric-net-firewall/variables.tf line 45:
│
45:
variable "internal_allow"
{
│
│
This feature is currently an opt-in experiment, subject to change in future
│
releases based on feedback.
│
│
Activate the feature for this module by adding
│
module_variable_optional_attrs to the list of active experiments.
╵
terraform_validate ./examples/instance/simple
There are some problems with the configuration, described below.
The Terraform configuration must be valid before initialization so that
Terraform can determine which modules and providers need to be installed.
╷
│
Error:
Optional object type attributes are experimental
│
│
on .terraform/modules/data_fusion.data_fusion_network.datafusion_firewall/modules/fabric-net-firewall/variables.tf line 45:
│
45:
variable "internal_allow"
{
│
│
This feature is currently an opt-in experiment, subject to change in future
│
releases based on feedback.
│
│
Activate the feature for this module by adding
│
module_variable_optional_attrs to the list of active experiments.
╵
terraform_validate ./examples/namespace
Success!
The configuration is valid.
terraform_validate ./modules/dataproc_profile
Success!
The configuration is valid.
terraform_validate ./modules/hub_artifact
Success!
The configuration is valid.
terraform_validate ./modules/instance
╷
│
Warning:
Deprecated attribute
│
│
on outputs.tf line 28, in output "service_account":
│
28: value = google_data_fusion_instance.instance
.service_account
│
│
The attribute "service_account" is deprecated. Refer to the provider
│
documentation for details.
╵
Success!
The configuration is valid, but there were some
validation warnings as shown above.
terraform_validate ./modules/namespace
Success!
The configuration is valid.
terraform_validate ./modules/private_network
There are some problems with the configuration, described below.
The Terraform configuration must be valid before initialization so that
Terraform can determine which modules and providers need to be installed.
╷
│
Error:
Optional object type attributes are experimental
│
│
on .terraform/modules/datafusion_firewall/modules/fabric-net-firewall/variables.tf line 45:
│
45:
variable "internal_allow"
{
│
│
This feature is currently an opt-in experiment, subject to change in future
│
releases based on feedback.
│
│
Activate the feature for this module by adding
│
module_variable_optional_attrs to the list of active experiments.
╵
terraform_validate ./modules/wait_healthy
Success!
The configuration is valid.
terraform_validate ./test/fixtures/instance
There are some problems with the configuration, described below.
The Terraform configuration must be valid before initialization so that
Terraform can determine which modules and providers need to be installed.
╷
│
Error:
Optional object type attributes are experimental
│
│
on .terraform/modules/example.data_fusion.data_fusion_network.datafusion_firewall/modules/fabric-net-firewall/variables.tf line 45:
│
45:
variable "internal_allow"
{
│
│
This feature is currently an opt-in experiment, subject to change in future
│
releases based on feedback.
│
│
Activate the feature for this module by adding
│
module_variable_optional_attrs to the list of active experiments.
╵
terraform_validate ./test/setup
Success!
The configuration is valid. |
a077bef
to
efc72cb
Compare
efc72cb
to
e149168
Compare
/gcbrun |
e149168
to
dd0b71b
Compare
/gcbrun |
dd0b71b
to
bf59664
Compare
/gcbrun |
bf59664
to
32d6c22
Compare
/gcbrun |
32d6c22
to
1faaae5
Compare
/gcbrun |
1faaae5
to
d8fdc3e
Compare
/gcbrun |
d8fdc3e
to
149f846
Compare
/gcbrun |
149f846
to
bcafcda
Compare
/gcbrun |
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
3.0.0 (2023-06-15)
⚠ BREAKING CHANGES
Bug Fixes
This PR was generated with Release Please. See documentation.