Skip to content

Commit

Permalink
make monitoring_config enable_components optional (#8299) (#1145)
Browse files Browse the repository at this point in the history
* make  monitoring_config enable_components optional

* set no change on logging_config.enable_components

---------

Signed-off-by: Modular Magician <magic-modules@google.com>
Co-authored-by: Edward Sun <sunedward@google.com>
  • Loading branch information
modular-magician and Edward Sun authored Jul 11, 2023
1 parent 13726a7 commit efac949
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/hashicorp/terraform-plugin-framework v1.1.1
github.com/hashicorp/terraform-plugin-framework-validators v0.9.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.0
github.com/hashicorp/terraform-provider-google v1.20.1-0.20230711163703-9e66889cbd3a
github.com/hashicorp/terraform-provider-google v1.20.1-0.20230711174100-b792566abf8d
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ github.com/hashicorp/terraform-plugin-mux v0.8.0 h1:WCTP66mZ+iIaIrCNJnjPEYnVjawT
github.com/hashicorp/terraform-plugin-mux v0.8.0/go.mod h1:vdW0daEi8Kd4RFJmet5Ot+SIVB/B8SwQVJiYKQwdCy8=
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.0 h1:FtCLTiTcykdsURXPt/ku7fYXm3y19nbzbZcUxHx9RbI=
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.0/go.mod h1:80wf5oad1tW+oLnbXS4UTYmDCrl7BuN1Q+IA91X1a4Y=
github.com/hashicorp/terraform-provider-google v1.20.1-0.20230711163703-9e66889cbd3a h1:ShhGMWJ3j2BHpqdQ3DZVpDMyITmfbgcQlG8WtmUK8rU=
github.com/hashicorp/terraform-provider-google v1.20.1-0.20230711163703-9e66889cbd3a/go.mod h1:Lvb3rov4zKfVjDrT8a4X0ezrK2yLhfcUg9OESA4vUbU=
github.com/hashicorp/terraform-provider-google v1.20.1-0.20230711174100-b792566abf8d h1:Fpdu1qCkci5C0SVZ53qUffACgCuuPRdPgYysyEGJpaI=
github.com/hashicorp/terraform-provider-google v1.20.1-0.20230711174100-b792566abf8d/go.mod h1:Lvb3rov4zKfVjDrT8a4X0ezrK2yLhfcUg9OESA4vUbU=
github.com/hashicorp/terraform-registry-address v0.1.0 h1:W6JkV9wbum+m516rCl5/NjKxCyTVaaUBbzYcMzBDO3U=
github.com/hashicorp/terraform-registry-address v0.1.0/go.mod h1:EnyO2jYO6j29DTHbJcm00E5nQTFeTtyZH3H5ycydQ5A=
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 h1:HKLsbzeOsfXmKNpr3GiT18XAblV0BjCbzL8KQAMZGa0=
Expand Down

0 comments on commit efac949

Please sign in to comment.