Skip to content

Commit aeaede5

Browse files
authored
Merge pull request #14 from oracle-community/sync-5
forked synced with upstream. odb-peering is added.
2 parents cc181cf + 7f567de commit aeaede5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1966
-193
lines changed

.changelog/43520.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
resource/aws_elasticache_user_group: Ignore `InvalidParameterValue: User xxx is not a member of user group xxx` errors during group modification
3+
```

.changelog/43757.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
```release-note:new-resource
2+
aws_odb_network_peering_connection
3+
```
4+
5+
```release-note:new-data-source
6+
aws_odb_network_peering_connection
7+
```

.ci/tools/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/hashicorp/terraform-provider-aws/tools
33
go 1.24.6
44

55
require (
6-
github.com/YakDriver/tfproviderdocs v0.22.0
6+
github.com/YakDriver/tfproviderdocs v0.23.1
77
github.com/client9/misspell v0.3.4
88
github.com/golangci/golangci-lint/v2 v2.4.0
99
github.com/hashicorp/copywrite v0.22.0
@@ -190,7 +190,7 @@ require (
190190
github.com/hashicorp/hcl/v2 v2.24.0 // indirect
191191
github.com/hashicorp/logutils v1.0.0 // indirect
192192
github.com/hashicorp/terraform-exec v0.17.2 // indirect
193-
github.com/hashicorp/terraform-json v0.25.0 // indirect
193+
github.com/hashicorp/terraform-json v0.27.0 // indirect
194194
github.com/hashicorp/terraform-registry-address v0.2.4 // indirect
195195
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
196196
github.com/hashicorp/yamux v0.1.1 // indirect
@@ -349,9 +349,9 @@ require (
349349
github.com/yagipy/maintidx v1.0.0 // indirect
350350
github.com/yeya24/promlinter v0.3.0 // indirect
351351
github.com/ykadowak/zerologlint v0.1.5 // indirect
352-
github.com/yuin/goldmark v1.7.12 // indirect
352+
github.com/yuin/goldmark v1.7.13 // indirect
353353
github.com/yuin/goldmark-meta v1.1.0 // indirect
354-
github.com/zclconf/go-cty v1.16.3 // indirect
354+
github.com/zclconf/go-cty v1.16.4 // indirect
355355
github.com/zclconf/go-cty-yaml v1.1.0 // indirect
356356
github.com/zeebo/errs v1.4.0 // indirect
357357
gitlab.com/bosi/decorder v0.4.2 // indirect

.ci/tools/go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -700,8 +700,8 @@ github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7/go.mod h1:z4/
700700
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8/go.mod h1:I0gYDMZ6Z5GRU7l58bNFSkPTFN6Yl12dsUlAZ8xy98g=
701701
github.com/ProtonMail/go-crypto v1.1.3 h1:nRBOetoydLeUb4nHajyO2bKqMLfWQ/ZPwkXqXxPxCFk=
702702
github.com/ProtonMail/go-crypto v1.1.3/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE=
703-
github.com/YakDriver/tfproviderdocs v0.22.0 h1:JstF9U96wtdHV7Ujccv/Xrs7ejuwSKDFrc34bONsBOE=
704-
github.com/YakDriver/tfproviderdocs v0.22.0/go.mod h1:M4DS8iRhrRuyWixpFA6QdpAwHHeom9ORcGVTctjROLw=
703+
github.com/YakDriver/tfproviderdocs v0.23.1 h1:WlwEmm0A/ePEHpXyxUq2xf56+LUFmJtIWBKq7DvFjI0=
704+
github.com/YakDriver/tfproviderdocs v0.23.1/go.mod h1:n0ZCrOfASYMh/OmwI05/+mb74uph4GQGW+B/+UzFG2s=
705705
github.com/acomagu/bufpipe v1.0.3/go.mod h1:mxdxdup/WdsKVreO5GpW4+M/1CE2sMG4jeGJ2sYmHc4=
706706
github.com/agext/levenshtein v1.2.3 h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo=
707707
github.com/agext/levenshtein v1.2.3/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=
@@ -1366,8 +1366,8 @@ github.com/hashicorp/memberlist v0.3.0/go.mod h1:MS2lj3INKhZjWNqd3N0m3J+Jxf3DAOn
13661366
github.com/hashicorp/serf v0.9.6/go.mod h1:TXZNMjZQijwlDvp+r0b63xZ45H7JmCmgg4gpTwn9UV4=
13671367
github.com/hashicorp/terraform-exec v0.17.2 h1:EU7i3Fh7vDUI9nNRdMATCEfnm9axzTnad8zszYZ73Go=
13681368
github.com/hashicorp/terraform-exec v0.17.2/go.mod h1:tuIbsL2l4MlwwIZx9HPM+LOV9vVyEfBYu2GsO1uH3/8=
1369-
github.com/hashicorp/terraform-json v0.25.0 h1:rmNqc/CIfcWawGiwXmRuiXJKEiJu1ntGoxseG1hLhoQ=
1370-
github.com/hashicorp/terraform-json v0.25.0/go.mod h1:sMKS8fiRDX4rVlR6EJUMudg1WcanxCMoWwTLkgZP/vc=
1369+
github.com/hashicorp/terraform-json v0.27.0 h1:REIlFzMMkIyTbhq69NC30bYiUYLv7iVhwM8ObnLo0p8=
1370+
github.com/hashicorp/terraform-json v0.27.0/go.mod h1:GzPLJ1PLdUG5xL6xn1OXWIjteQRT2CNT9o/6A9mi9hE=
13711371
github.com/hashicorp/terraform-registry-address v0.2.4 h1:JXu/zHB2Ymg/TGVCRu10XqNa4Sh2bWcqCNyKWjnCPJA=
13721372
github.com/hashicorp/terraform-registry-address v0.2.4/go.mod h1:tUNYTVyCtU4OIGXXMDp7WNcJ+0W1B4nmstVDgHMjfAU=
13731373
github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ=
@@ -1948,15 +1948,15 @@ github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9dec
19481948
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
19491949
github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
19501950
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
1951-
github.com/yuin/goldmark v1.7.12 h1:YwGP/rrea2/CnCtUHgjuolG/PnMxdQtPMO5PvaE2/nY=
1952-
github.com/yuin/goldmark v1.7.12/go.mod h1:ip/1k0VRfGynBgxOz0yCqHrbZXhcjxyuS66Brc7iBKg=
1951+
github.com/yuin/goldmark v1.7.13 h1:GPddIs617DnBLFFVJFgpo1aBfe/4xcvMc3SB5t/D0pA=
1952+
github.com/yuin/goldmark v1.7.13/go.mod h1:ip/1k0VRfGynBgxOz0yCqHrbZXhcjxyuS66Brc7iBKg=
19531953
github.com/yuin/goldmark-meta v1.1.0 h1:pWw+JLHGZe8Rk0EGsMVssiNb/AaPMHfSRszZeUeiOUc=
19541954
github.com/yuin/goldmark-meta v1.1.0/go.mod h1:U4spWENafuA7Zyg+Lj5RqK/MF+ovMYtBvXi1lBb2VP0=
19551955
github.com/zalando/go-keyring v0.2.3 h1:v9CUu9phlABObO4LPWycf+zwMG7nlbb3t/B5wa97yms=
19561956
github.com/zalando/go-keyring v0.2.3/go.mod h1:HL4k+OXQfJUWaMnqyuSOc0drfGPX2b51Du6K+MRgZMk=
19571957
github.com/zclconf/go-cty v1.10.0/go.mod h1:vVKLxnk3puL4qRAv72AO+W99LUD4da90g3uUAzyuvAk=
1958-
github.com/zclconf/go-cty v1.16.3 h1:osr++gw2T61A8KVYHoQiFbFd1Lh3JOCXc/jFLJXKTxk=
1959-
github.com/zclconf/go-cty v1.16.3/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
1958+
github.com/zclconf/go-cty v1.16.4 h1:QGXaag7/7dCzb+odlGrgr+YmYZFaOCMW6DEpS+UD1eE=
1959+
github.com/zclconf/go-cty v1.16.4/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
19601960
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940 h1:4r45xpDWB6ZMSMNJFMOjqrGHynW3DIBuR2H9j0ug+Mo=
19611961
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940/go.mod h1:CmBdvvj3nqzfzJ6nTCIwDTPZ56aVGvDrmztiO5g3qrM=
19621962
github.com/zclconf/go-cty-yaml v1.1.0 h1:nP+jp0qPHv2IhUVqmQSzjvqAWcObN0KBkUl2rWBdig0=

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ ENHANCEMENTS:
1818

1919
BUG FIXES:
2020

21+
* resource/aws_elasticache_user_group: Ignore `InvalidParameterValue: User xxx is not a member of user group xxx` errors during group modification ([#43520](https://github.com/hashicorp/terraform-provider-aws/issues/43520))
2122
* resource/aws_sagemaker_endpoint_configuration: Fix panic when empty `async_inference_config.output_config.notification_config` block is specified ([#44310](https://github.com/hashicorp/terraform-provider-aws/issues/44310))
2223

2324
## 6.13.0 (September 11, 2025)

GNUmakefile

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,45 @@ TEST_COUNT ?= 1
2323
# - docs/makefile-cheat-sheet.md
2424
# - docs/continuous-integration.md
2525

26+
# VARIABLE REFERENCE:
27+
# Service-specific variables (interchangeable for user convenience):
28+
# PKG=<service> - Service name (e.g., ses, lambda, s3) - traditional usage
29+
# K=<service> - Service name (e.g., ses, lambda, s3) - shorter alias
30+
#
31+
# Test-specific variables:
32+
# T=<pattern> - Test name pattern (e.g., TestAccLambda) - preferred
33+
# TESTS=<pattern> - Test name pattern - legacy alias for T
34+
#
35+
# Derived variables (set automatically based on above):
36+
# PKG_NAME - Full package path (e.g., internal/service/ses)
37+
# SVC_DIR - Service directory path (e.g., ./internal/service/ses)
38+
# TEST - Test path pattern (e.g., ./internal/service/ses/...)
39+
#
40+
# Examples:
41+
# make quick-fix PKG=ses # Fix code in SES service
42+
# make quick-fix K=lambda # Same as above, but shorter (both work)
43+
# make t T=TestAccRole PKG=iam # Run specific test in IAM service
44+
45+
# Variable consolidation for backward compatibility and user convenience:
46+
# - PKG and K both refer to service names (e.g., 'ses', 'lambda')
47+
# - If one is provided, automatically set the other for consistency
48+
# - This allows 'make quick-fix PKG=ses' and 'make quick-fix K=ses' to work identically
2649
ifneq ($(origin PKG), undefined)
2750
PKG_NAME = internal/service/$(PKG)
2851
SVC_DIR = ./internal/service/$(PKG)
2952
TEST = ./$(PKG_NAME)/...
53+
# Auto-set K for compatibility
54+
K = $(PKG)
3055
endif
3156

3257
ifneq ($(origin K), undefined)
3358
PKG_NAME = internal/service/$(K)
34-
SVC_DIR = ./internal/service/$(PKG)
59+
SVC_DIR = ./internal/service/$(K)
3560
TEST = ./$(PKG_NAME)/...
61+
# Auto-set PKG for compatibility (only if not already set)
62+
ifeq ($(origin PKG), undefined)
63+
PKG = $(K)
64+
endif
3665
endif
3766

3867
ifneq ($(origin TESTS), undefined)
@@ -383,9 +412,11 @@ provider-lint: ## [CI] ProviderLint Checks / providerlint
383412
-XS002=false \
384413
$(SVC_DIR)/... ./internal/provider/...
385414

386-
quick-fix: fmt testacc-lint-fix fix-imports modern-fix semgrep-fix ## Some quick fixes
415+
quick-fix-heading: ## Just a heading for quick-fix
387416
@echo "make: Quick fixes..."
388417

418+
quick-fix: quick-fix-heading fmt testacc-lint-fix fix-imports modern-fix semgrep-fix website-terrafmt-fix ## Some quick fixes
419+
389420
provider-markdown-lint: ## [CI] Provider Check / markdown-lint
390421
@echo "make: Provider Check / markdown-lint..."
391422
@docker run --rm \
@@ -838,6 +869,15 @@ website-terrafmt: ## [CI] Website Checks / terrafmt
838869
@echo "make: Website Checks / terrafmt..."
839870
@terrafmt diff ./website --check --pattern '*.markdown'
840871

872+
website-terrafmt-fix: ## [CI] Fix Website / terrafmt
873+
@echo "make: Fix Website / terrafmt..."
874+
@echo "make: Fixing website/docs root files with terrafmt..."
875+
@find ./website/docs -maxdepth 1 -type f -name '*.markdown' -exec terrafmt fmt {} \;
876+
@for dir in $$(find ./website/docs -maxdepth 1 -type d ! -name docs ! -name cdktf | sort); do \
877+
echo "make: Fixing $$dir with terrafmt..."; \
878+
terrafmt fmt $$dir --pattern '*.markdown'; \
879+
done
880+
841881
website-tflint: tflint-init ## [CI] Website Checks / tflint
842882
@echo "make: Website Checks / tflint..."
843883
@exit_code=0 ; \
@@ -941,6 +981,7 @@ yamllint: ## [CI] YAML Linting / yamllint
941981
provider-lint \
942982
provider-markdown-lint \
943983
quick-fix \
984+
quick-fix-heading \
944985
sane \
945986
sanity \
946987
semgrep \
@@ -989,5 +1030,6 @@ yamllint: ## [CI] YAML Linting / yamllint
9891030
website-markdown-lint \
9901031
website-misspell \
9911032
website-terrafmt \
1033+
website-terrafmt-fix \
9921034
website-tflint \
9931035
yamllint
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Copyright (c) HashiCorp, Inc.
2+
# SPDX-License-Identifier: MPL-2.0
3+
4+
5+
resource "aws_odb_network_peering_connection" "test" {
6+
display_name = "my_odb_net_peering"
7+
odb_network_id = "<aws_odb_network.test.id>"
8+
peer_network_id = "<vpc_id>"
9+
tags = {
10+
"env" = "dev"
11+
}
12+
}

go.mod

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/aws/aws-sdk-go-v2/service/account v1.28.4
2121
github.com/aws/aws-sdk-go-v2/service/acm v1.37.4
2222
github.com/aws/aws-sdk-go-v2/service/acmpca v1.44.3
23-
github.com/aws/aws-sdk-go-v2/service/amp v1.40.0
23+
github.com/aws/aws-sdk-go-v2/service/amp v1.40.1
2424
github.com/aws/aws-sdk-go-v2/service/amplify v1.37.3
2525
github.com/aws/aws-sdk-go-v2/service/apigateway v1.35.4
2626
github.com/aws/aws-sdk-go-v2/service/apigatewayv2 v1.32.4
@@ -47,7 +47,7 @@ require (
4747
github.com/aws/aws-sdk-go-v2/service/bedrockagent v1.50.4
4848
github.com/aws/aws-sdk-go-v2/service/bedrockagentcorecontrol v1.4.4
4949
github.com/aws/aws-sdk-go-v2/service/billing v1.7.5
50-
github.com/aws/aws-sdk-go-v2/service/budgets v1.37.5
50+
github.com/aws/aws-sdk-go-v2/service/budgets v1.38.0
5151
github.com/aws/aws-sdk-go-v2/service/chatbot v1.14.4
5252
github.com/aws/aws-sdk-go-v2/service/chime v1.40.3
5353
github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines v1.26.4
@@ -62,7 +62,7 @@ require (
6262
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.31.4
6363
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.53.4
6464
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.50.1
65-
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.57.4
65+
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.58.0
6666
github.com/aws/aws-sdk-go-v2/service/codeartifact v1.38.4
6767
github.com/aws/aws-sdk-go-v2/service/codebuild v1.67.3
6868
github.com/aws/aws-sdk-go-v2/service/codecatalyst v1.20.6
@@ -83,7 +83,7 @@ require (
8383
github.com/aws/aws-sdk-go-v2/service/connectcases v1.30.4
8484
github.com/aws/aws-sdk-go-v2/service/controltower v1.26.4
8585
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.33.4
86-
github.com/aws/aws-sdk-go-v2/service/costexplorer v1.55.5
86+
github.com/aws/aws-sdk-go-v2/service/costexplorer v1.56.0
8787
github.com/aws/aws-sdk-go-v2/service/costoptimizationhub v1.20.4
8888
github.com/aws/aws-sdk-go-v2/service/customerprofiles v1.52.4
8989
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.57.4
@@ -189,8 +189,8 @@ require (
189189
github.com/aws/aws-sdk-go-v2/service/opensearch v1.52.3
190190
github.com/aws/aws-sdk-go-v2/service/opensearchserverless v1.26.2
191191
github.com/aws/aws-sdk-go-v2/service/organizations v1.45.1
192-
github.com/aws/aws-sdk-go-v2/service/osis v1.19.3
193-
github.com/aws/aws-sdk-go-v2/service/outposts v1.56.4
192+
github.com/aws/aws-sdk-go-v2/service/osis v1.20.0
193+
github.com/aws/aws-sdk-go-v2/service/outposts v1.56.5
194194
github.com/aws/aws-sdk-go-v2/service/paymentcryptography v1.25.0
195195
github.com/aws/aws-sdk-go-v2/service/pcaconnectorad v1.15.4
196196
github.com/aws/aws-sdk-go-v2/service/pcs v1.12.4
@@ -222,7 +222,7 @@ require (
222222
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.40.4
223223
github.com/aws/aws-sdk-go-v2/service/rum v1.28.5
224224
github.com/aws/aws-sdk-go-v2/service/s3 v1.88.1
225-
github.com/aws/aws-sdk-go-v2/service/s3control v1.65.6
225+
github.com/aws/aws-sdk-go-v2/service/s3control v1.66.0
226226
github.com/aws/aws-sdk-go-v2/service/s3outposts v1.33.4
227227
github.com/aws/aws-sdk-go-v2/service/s3tables v1.10.3
228228
github.com/aws/aws-sdk-go-v2/service/s3vectors v1.4.6
@@ -260,7 +260,7 @@ require (
260260
github.com/aws/aws-sdk-go-v2/service/timestreamquery v1.35.3
261261
github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.35.3
262262
github.com/aws/aws-sdk-go-v2/service/transcribe v1.52.4
263-
github.com/aws/aws-sdk-go-v2/service/transfer v1.65.4
263+
github.com/aws/aws-sdk-go-v2/service/transfer v1.65.5
264264
github.com/aws/aws-sdk-go-v2/service/verifiedpermissions v1.29.2
265265
github.com/aws/aws-sdk-go-v2/service/vpclattice v1.18.3
266266
github.com/aws/aws-sdk-go-v2/service/waf v1.30.3
@@ -274,7 +274,7 @@ require (
274274
github.com/aws/smithy-go v1.23.0
275275
github.com/beevik/etree v1.6.0
276276
github.com/cedar-policy/cedar-go v1.2.6
277-
github.com/davecgh/go-spew v1.1.1
277+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
278278
github.com/dlclark/regexp2 v1.11.5
279279
github.com/gertd/go-pluralize v0.2.1
280280
github.com/goccy/go-yaml v1.18.0
@@ -290,15 +290,15 @@ require (
290290
github.com/hashicorp/go-uuid v1.0.3
291291
github.com/hashicorp/go-version v1.7.0
292292
github.com/hashicorp/hcl/v2 v2.23.0
293-
github.com/hashicorp/terraform-json v0.26.0
294-
github.com/hashicorp/terraform-plugin-framework v1.15.1
293+
github.com/hashicorp/terraform-json v0.27.2
294+
github.com/hashicorp/terraform-plugin-framework v1.16.0
295295
github.com/hashicorp/terraform-plugin-framework-jsontypes v0.2.0
296296
github.com/hashicorp/terraform-plugin-framework-timeouts v0.5.0
297297
github.com/hashicorp/terraform-plugin-framework-timetypes v0.5.0
298298
github.com/hashicorp/terraform-plugin-framework-validators v0.18.0
299-
github.com/hashicorp/terraform-plugin-go v0.28.0
299+
github.com/hashicorp/terraform-plugin-go v0.29.0
300300
github.com/hashicorp/terraform-plugin-log v0.9.0
301-
github.com/hashicorp/terraform-plugin-mux v0.20.0
301+
github.com/hashicorp/terraform-plugin-mux v0.21.0
302302
github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0
303303
github.com/hashicorp/terraform-plugin-testing v1.13.3
304304
github.com/jaswdr/faker/v2 v2.8.0
@@ -345,21 +345,21 @@ require (
345345
github.com/google/uuid v1.6.0 // indirect
346346
github.com/hashicorp/errwrap v1.1.0 // indirect
347347
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
348-
github.com/hashicorp/go-plugin v1.6.3 // indirect
348+
github.com/hashicorp/go-plugin v1.7.0 // indirect
349349
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
350350
github.com/hashicorp/hc-install v0.9.2 // indirect
351351
github.com/hashicorp/logutils v1.0.0 // indirect
352352
github.com/hashicorp/terraform-exec v0.23.0 // indirect
353-
github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
353+
github.com/hashicorp/terraform-registry-address v0.4.0 // indirect
354354
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
355-
github.com/hashicorp/yamux v0.1.1 // indirect
355+
github.com/hashicorp/yamux v0.1.2 // indirect
356356
github.com/huandu/xstrings v1.3.3 // indirect
357357
github.com/imdario/mergo v0.3.15 // indirect
358358
github.com/mattn/go-colorable v0.1.14 // indirect
359359
github.com/mattn/go-isatty v0.0.20 // indirect
360360
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
361361
github.com/mitchellh/reflectwalk v1.0.2 // indirect
362-
github.com/oklog/run v1.0.0 // indirect
362+
github.com/oklog/run v1.1.0 // indirect
363363
github.com/posener/complete v1.2.3 // indirect
364364
github.com/spf13/cast v1.3.1 // indirect
365365
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
@@ -368,7 +368,7 @@ require (
368368
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
369369
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
370370
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
371-
github.com/zclconf/go-cty v1.16.3 // indirect
371+
github.com/zclconf/go-cty v1.16.4 // indirect
372372
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
373373
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.63.0 // indirect
374374
go.opentelemetry.io/otel v1.38.0 // indirect
@@ -380,9 +380,9 @@ require (
380380
golang.org/x/sync v0.17.0 // indirect
381381
golang.org/x/sys v0.36.0 // indirect
382382
google.golang.org/appengine v1.6.8 // indirect
383-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250505200425-f936aa4a68b2 // indirect
384-
google.golang.org/grpc v1.72.1 // indirect
385-
google.golang.org/protobuf v1.36.6 // indirect
383+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250804133106-a7a43d27e69b // indirect
384+
google.golang.org/grpc v1.75.1 // indirect
385+
google.golang.org/protobuf v1.36.9 // indirect
386386
)
387387

388388
replace github.com/hashicorp/terraform-plugin-log => github.com/gdavison/terraform-plugin-log v0.0.0-20230928191232-6c653d8ef8fb

0 commit comments

Comments
 (0)