Skip to content

Commit

Permalink
Workaround to address forever id updates in terraform plan
Browse files Browse the repository at this point in the history
  • Loading branch information
bczoma committed Sep 28, 2023
1 parent e683f15 commit 302babd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion internal/broker/generated/MsgVpn.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ func init() {
stringvalidator.LengthBetween(0, 32),
stringvalidator.RegexMatches(regexp.MustCompile("^[A-Za-z0-9_]*$"), ""),
},
Default: "default",
},
{
BaseType: broker.String,
Expand Down
1 change: 1 addition & 0 deletions internal/broker/generated/resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ resource "solacebroker_msg_vpn" "test" {
"service_rest_outgoing_max_connection_count",
"service_smf_max_connection_count",
"service_web_max_connection_count",
"authentication_basic_profile_name",
},
},
// Delete testing automatically occurs in TestCase
Expand Down

0 comments on commit 302babd

Please sign in to comment.