Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
95705ee
don't return if user is not member
asungur Jul 15, 2025
e7fc8e8
add changelog
asungur Jul 22, 2025
3b6bc63
add rotation test to repliace the error
asungur Jul 23, 2025
52a2902
odb nwk peering resource, data source and acc test cases
ab-cs13 Aug 7, 2025
62a82ba
odb nwk peering data source test case
ab-cs13 Aug 7, 2025
d308aa0
change log added
ab-cs13 Aug 7, 2025
ab226e3
removed print statement
ab-cs13 Aug 7, 2025
39fdf54
service package changes
ab-cs13 Aug 9, 2025
11f604e
odb network id from ARN
ab-cs13 Aug 11, 2025
7db6bf8
Implement TF Actions plumbing
YakDriver Aug 18, 2025
c20b02b
Make actions consistent
YakDriver Aug 18, 2025
1da7f93
Merge remote-tracking branch 'origin/main' into odb-net-peering
ab-cs13 Sep 1, 2025
30819be
fixed linters
ab-cs13 Sep 1, 2025
453b286
fixed linters
ab-cs13 Sep 1, 2025
5effec7
fixed linters and applied feedback of exa-infra
ab-cs13 Sep 1, 2025
c7c409a
fixed linters
ab-cs13 Sep 1, 2025
1d8c847
added documentation
ab-cs13 Sep 2, 2025
4b2bb1d
fix lint issues
ab-cs13 Sep 8, 2025
cd85a1e
updated copyright header
ab-cs13 Sep 11, 2025
c25341b
fixed linter
ab-cs13 Sep 11, 2025
a62722f
Merge branch 'main' into b-aws_ec_user_group-skip-removed-user
jar-b Sep 16, 2025
20d2e17
chore: tweak changelog
jar-b Sep 16, 2025
f1b0bb1
r/aws_elasticache_user_group(test): split out update case
jar-b Sep 16, 2025
00d7f81
Merge origin/main
YakDriver Sep 16, 2025
f68d2fa
chore: fix changelog entry number
jar-b Sep 16, 2025
3b263bd
Update dependencies
YakDriver Sep 16, 2025
b0c39cd
Update for action simplification
YakDriver Sep 16, 2025
98aa073
Remove unnecessary check
YakDriver Sep 16, 2025
dd6f08a
Update provider for simplified actions
YakDriver Sep 16, 2025
f123fbd
Update region injection for simplified actions
YakDriver Sep 16, 2025
8d5084d
Update wrapped actions for simplified actions
YakDriver Sep 16, 2025
3b27455
Update tfproviderdocs
YakDriver Sep 17, 2025
8242fbe
Clean up makefile
YakDriver Sep 17, 2025
0d87793
Update tfproviderdocs
YakDriver Sep 17, 2025
7f83106
Update tfproviderdocs
YakDriver Sep 17, 2025
610eb23
Fixes req'd by new tfproviderdocs
YakDriver Sep 17, 2025
11bdcbf
Update tfproviders
YakDriver Sep 17, 2025
7d4ba49
Update tfproviderdocs to release
YakDriver Sep 17, 2025
ce848dc
Update tfproviderdocs to main
YakDriver Sep 17, 2025
6af186d
Bad import section
YakDriver Sep 17, 2025
1778473
Update tfproviderdocs to release
YakDriver Sep 17, 2025
640e8b1
Merge remote-tracking branch 'origin/main' into odb-net-peering
ab-cs13 Sep 17, 2025
7580505
odb-net-peering added to service_package_gen.go
ab-cs13 Sep 17, 2025
104760f
make: Better quick-fix
YakDriver Sep 17, 2025
ae11650
Update tfproviderdocs
YakDriver Sep 17, 2025
f6144ba
Fix data sources title to be Data Source
YakDriver Sep 17, 2025
e7e7f0a
ce fix title to be data source
YakDriver Sep 17, 2025
4bcbaee
elasticache fix title to be data source
YakDriver Sep 17, 2025
3df5d3c
Remove import from data source
YakDriver Sep 17, 2025
c454c04
mediaconvert fix title to be data source
YakDriver Sep 17, 2025
e820599
securityhub: Fix title to be data source
YakDriver Sep 17, 2025
c741737
workspaces: Fix title to be data source
YakDriver Sep 17, 2025
820319d
Consistent messaging
YakDriver Sep 17, 2025
4ec7e64
Merge pull request #44325 from hashicorp/f-make-file-quick-fix
YakDriver Sep 17, 2025
3f19059
Merge pull request #44326 from hashicorp/d-update-tfproviderdocs
YakDriver Sep 17, 2025
bda755c
Merge pull request #43520 from asungur/b-aws_ec_user_group-skip-remov…
jar-b Sep 17, 2025
466bf7f
Merge branch 'main' into ec2-instance-action
YakDriver Sep 17, 2025
b5b8ea1
Update actionesque dependencies
YakDriver Sep 17, 2025
43d8698
build(deps): bump github.com/hashicorp/terraform-json (#44318)
dependabot[bot] Sep 17, 2025
56a0517
Update actionesque dependencies
YakDriver Sep 17, 2025
ea56675
Update CHANGELOG.md for #44318
Sep 17, 2025
e81d06b
Merge pull request #43669 from hashicorp/f-ec2-instance-action
YakDriver Sep 17, 2025
60a292b
removed the update method because resource can't update itself.
ab-cs13 Sep 17, 2025
cdc3b3d
fixed the resource doc
ab-cs13 Sep 17, 2025
cebc6c1
make clean-tidy (#44331)
johnsonaj Sep 17, 2025
b7dc098
build(deps): bump the aws-sdk-go-v2 group across 1 directory with 8 u…
dependabot[bot] Sep 17, 2025
0af39f1
Merge pull request #43757 from oracle-community/odb-net-peering
johnsonaj Sep 17, 2025
7f567de
make new reference for requestInspection for ACFP to differentiate th…
megashby Sep 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changelog/43520.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_elasticache_user_group: Ignore `InvalidParameterValue: User xxx is not a member of user group xxx` errors during group modification
```
7 changes: 7 additions & 0 deletions .changelog/43757.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:new-resource
aws_odb_network_peering_connection
```

```release-note:new-data-source
aws_odb_network_peering_connection
```
8 changes: 4 additions & 4 deletions .ci/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/hashicorp/terraform-provider-aws/tools
go 1.24.6

require (
github.com/YakDriver/tfproviderdocs v0.22.0
github.com/YakDriver/tfproviderdocs v0.23.1
github.com/client9/misspell v0.3.4
github.com/golangci/golangci-lint/v2 v2.4.0
github.com/hashicorp/copywrite v0.22.0
Expand Down Expand Up @@ -190,7 +190,7 @@ require (
github.com/hashicorp/hcl/v2 v2.24.0 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/hashicorp/terraform-exec v0.17.2 // indirect
github.com/hashicorp/terraform-json v0.25.0 // indirect
github.com/hashicorp/terraform-json v0.27.0 // indirect
github.com/hashicorp/terraform-registry-address v0.2.4 // indirect
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
github.com/hashicorp/yamux v0.1.1 // indirect
Expand Down Expand Up @@ -349,9 +349,9 @@ require (
github.com/yagipy/maintidx v1.0.0 // indirect
github.com/yeya24/promlinter v0.3.0 // indirect
github.com/ykadowak/zerologlint v0.1.5 // indirect
github.com/yuin/goldmark v1.7.12 // indirect
github.com/yuin/goldmark v1.7.13 // indirect
github.com/yuin/goldmark-meta v1.1.0 // indirect
github.com/zclconf/go-cty v1.16.3 // indirect
github.com/zclconf/go-cty v1.16.4 // indirect
github.com/zclconf/go-cty-yaml v1.1.0 // indirect
github.com/zeebo/errs v1.4.0 // indirect
gitlab.com/bosi/decorder v0.4.2 // indirect
Expand Down
16 changes: 8 additions & 8 deletions .ci/tools/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -700,8 +700,8 @@ github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7/go.mod h1:z4/
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8/go.mod h1:I0gYDMZ6Z5GRU7l58bNFSkPTFN6Yl12dsUlAZ8xy98g=
github.com/ProtonMail/go-crypto v1.1.3 h1:nRBOetoydLeUb4nHajyO2bKqMLfWQ/ZPwkXqXxPxCFk=
github.com/ProtonMail/go-crypto v1.1.3/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE=
github.com/YakDriver/tfproviderdocs v0.22.0 h1:JstF9U96wtdHV7Ujccv/Xrs7ejuwSKDFrc34bONsBOE=
github.com/YakDriver/tfproviderdocs v0.22.0/go.mod h1:M4DS8iRhrRuyWixpFA6QdpAwHHeom9ORcGVTctjROLw=
github.com/YakDriver/tfproviderdocs v0.23.1 h1:WlwEmm0A/ePEHpXyxUq2xf56+LUFmJtIWBKq7DvFjI0=
github.com/YakDriver/tfproviderdocs v0.23.1/go.mod h1:n0ZCrOfASYMh/OmwI05/+mb74uph4GQGW+B/+UzFG2s=
github.com/acomagu/bufpipe v1.0.3/go.mod h1:mxdxdup/WdsKVreO5GpW4+M/1CE2sMG4jeGJ2sYmHc4=
github.com/agext/levenshtein v1.2.3 h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo=
github.com/agext/levenshtein v1.2.3/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=
Expand Down Expand Up @@ -1366,8 +1366,8 @@ github.com/hashicorp/memberlist v0.3.0/go.mod h1:MS2lj3INKhZjWNqd3N0m3J+Jxf3DAOn
github.com/hashicorp/serf v0.9.6/go.mod h1:TXZNMjZQijwlDvp+r0b63xZ45H7JmCmgg4gpTwn9UV4=
github.com/hashicorp/terraform-exec v0.17.2 h1:EU7i3Fh7vDUI9nNRdMATCEfnm9axzTnad8zszYZ73Go=
github.com/hashicorp/terraform-exec v0.17.2/go.mod h1:tuIbsL2l4MlwwIZx9HPM+LOV9vVyEfBYu2GsO1uH3/8=
github.com/hashicorp/terraform-json v0.25.0 h1:rmNqc/CIfcWawGiwXmRuiXJKEiJu1ntGoxseG1hLhoQ=
github.com/hashicorp/terraform-json v0.25.0/go.mod h1:sMKS8fiRDX4rVlR6EJUMudg1WcanxCMoWwTLkgZP/vc=
github.com/hashicorp/terraform-json v0.27.0 h1:REIlFzMMkIyTbhq69NC30bYiUYLv7iVhwM8ObnLo0p8=
github.com/hashicorp/terraform-json v0.27.0/go.mod h1:GzPLJ1PLdUG5xL6xn1OXWIjteQRT2CNT9o/6A9mi9hE=
github.com/hashicorp/terraform-registry-address v0.2.4 h1:JXu/zHB2Ymg/TGVCRu10XqNa4Sh2bWcqCNyKWjnCPJA=
github.com/hashicorp/terraform-registry-address v0.2.4/go.mod h1:tUNYTVyCtU4OIGXXMDp7WNcJ+0W1B4nmstVDgHMjfAU=
github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ=
Expand Down Expand Up @@ -1948,15 +1948,15 @@ github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9dec
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
github.com/yuin/goldmark v1.7.12 h1:YwGP/rrea2/CnCtUHgjuolG/PnMxdQtPMO5PvaE2/nY=
github.com/yuin/goldmark v1.7.12/go.mod h1:ip/1k0VRfGynBgxOz0yCqHrbZXhcjxyuS66Brc7iBKg=
github.com/yuin/goldmark v1.7.13 h1:GPddIs617DnBLFFVJFgpo1aBfe/4xcvMc3SB5t/D0pA=
github.com/yuin/goldmark v1.7.13/go.mod h1:ip/1k0VRfGynBgxOz0yCqHrbZXhcjxyuS66Brc7iBKg=
github.com/yuin/goldmark-meta v1.1.0 h1:pWw+JLHGZe8Rk0EGsMVssiNb/AaPMHfSRszZeUeiOUc=
github.com/yuin/goldmark-meta v1.1.0/go.mod h1:U4spWENafuA7Zyg+Lj5RqK/MF+ovMYtBvXi1lBb2VP0=
github.com/zalando/go-keyring v0.2.3 h1:v9CUu9phlABObO4LPWycf+zwMG7nlbb3t/B5wa97yms=
github.com/zalando/go-keyring v0.2.3/go.mod h1:HL4k+OXQfJUWaMnqyuSOc0drfGPX2b51Du6K+MRgZMk=
github.com/zclconf/go-cty v1.10.0/go.mod h1:vVKLxnk3puL4qRAv72AO+W99LUD4da90g3uUAzyuvAk=
github.com/zclconf/go-cty v1.16.3 h1:osr++gw2T61A8KVYHoQiFbFd1Lh3JOCXc/jFLJXKTxk=
github.com/zclconf/go-cty v1.16.3/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
github.com/zclconf/go-cty v1.16.4 h1:QGXaag7/7dCzb+odlGrgr+YmYZFaOCMW6DEpS+UD1eE=
github.com/zclconf/go-cty v1.16.4/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940 h1:4r45xpDWB6ZMSMNJFMOjqrGHynW3DIBuR2H9j0ug+Mo=
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940/go.mod h1:CmBdvvj3nqzfzJ6nTCIwDTPZ56aVGvDrmztiO5g3qrM=
github.com/zclconf/go-cty-yaml v1.1.0 h1:nP+jp0qPHv2IhUVqmQSzjvqAWcObN0KBkUl2rWBdig0=
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ ENHANCEMENTS:

BUG FIXES:

* 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))
* 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))

## 6.13.0 (September 11, 2025)
Expand Down
46 changes: 44 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,45 @@ TEST_COUNT ?= 1
# - docs/makefile-cheat-sheet.md
# - docs/continuous-integration.md

# VARIABLE REFERENCE:
# Service-specific variables (interchangeable for user convenience):
# PKG=<service> - Service name (e.g., ses, lambda, s3) - traditional usage
# K=<service> - Service name (e.g., ses, lambda, s3) - shorter alias
#
# Test-specific variables:
# T=<pattern> - Test name pattern (e.g., TestAccLambda) - preferred
# TESTS=<pattern> - Test name pattern - legacy alias for T
#
# Derived variables (set automatically based on above):
# PKG_NAME - Full package path (e.g., internal/service/ses)
# SVC_DIR - Service directory path (e.g., ./internal/service/ses)
# TEST - Test path pattern (e.g., ./internal/service/ses/...)
#
# Examples:
# make quick-fix PKG=ses # Fix code in SES service
# make quick-fix K=lambda # Same as above, but shorter (both work)
# make t T=TestAccRole PKG=iam # Run specific test in IAM service

# Variable consolidation for backward compatibility and user convenience:
# - PKG and K both refer to service names (e.g., 'ses', 'lambda')
# - If one is provided, automatically set the other for consistency
# - This allows 'make quick-fix PKG=ses' and 'make quick-fix K=ses' to work identically
ifneq ($(origin PKG), undefined)
PKG_NAME = internal/service/$(PKG)
SVC_DIR = ./internal/service/$(PKG)
TEST = ./$(PKG_NAME)/...
# Auto-set K for compatibility
K = $(PKG)
endif

ifneq ($(origin K), undefined)
PKG_NAME = internal/service/$(K)
SVC_DIR = ./internal/service/$(PKG)
SVC_DIR = ./internal/service/$(K)
TEST = ./$(PKG_NAME)/...
# Auto-set PKG for compatibility (only if not already set)
ifeq ($(origin PKG), undefined)
PKG = $(K)
endif
endif

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

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

quick-fix: quick-fix-heading fmt testacc-lint-fix fix-imports modern-fix semgrep-fix website-terrafmt-fix ## Some quick fixes

provider-markdown-lint: ## [CI] Provider Check / markdown-lint
@echo "make: Provider Check / markdown-lint..."
@docker run --rm \
Expand Down Expand Up @@ -838,6 +869,15 @@ website-terrafmt: ## [CI] Website Checks / terrafmt
@echo "make: Website Checks / terrafmt..."
@terrafmt diff ./website --check --pattern '*.markdown'

website-terrafmt-fix: ## [CI] Fix Website / terrafmt
@echo "make: Fix Website / terrafmt..."
@echo "make: Fixing website/docs root files with terrafmt..."
@find ./website/docs -maxdepth 1 -type f -name '*.markdown' -exec terrafmt fmt {} \;
@for dir in $$(find ./website/docs -maxdepth 1 -type d ! -name docs ! -name cdktf | sort); do \
echo "make: Fixing $$dir with terrafmt..."; \
terrafmt fmt $$dir --pattern '*.markdown'; \
done

website-tflint: tflint-init ## [CI] Website Checks / tflint
@echo "make: Website Checks / tflint..."
@exit_code=0 ; \
Expand Down Expand Up @@ -941,6 +981,7 @@ yamllint: ## [CI] YAML Linting / yamllint
provider-lint \
provider-markdown-lint \
quick-fix \
quick-fix-heading \
sane \
sanity \
semgrep \
Expand Down Expand Up @@ -989,5 +1030,6 @@ yamllint: ## [CI] YAML Linting / yamllint
website-markdown-lint \
website-misspell \
website-terrafmt \
website-terrafmt-fix \
website-tflint \
yamllint
12 changes: 12 additions & 0 deletions examples/odb/odb_network_peering.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0


resource "aws_odb_network_peering_connection" "test" {
display_name = "my_odb_net_peering"
odb_network_id = "<aws_odb_network.test.id>"
peer_network_id = "<vpc_id>"
tags = {
"env" = "dev"
}
}
42 changes: 21 additions & 21 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/account v1.28.4
github.com/aws/aws-sdk-go-v2/service/acm v1.37.4
github.com/aws/aws-sdk-go-v2/service/acmpca v1.44.3
github.com/aws/aws-sdk-go-v2/service/amp v1.40.0
github.com/aws/aws-sdk-go-v2/service/amp v1.40.1
github.com/aws/aws-sdk-go-v2/service/amplify v1.37.3
github.com/aws/aws-sdk-go-v2/service/apigateway v1.35.4
github.com/aws/aws-sdk-go-v2/service/apigatewayv2 v1.32.4
Expand All @@ -47,7 +47,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/bedrockagent v1.50.4
github.com/aws/aws-sdk-go-v2/service/bedrockagentcorecontrol v1.4.4
github.com/aws/aws-sdk-go-v2/service/billing v1.7.5
github.com/aws/aws-sdk-go-v2/service/budgets v1.37.5
github.com/aws/aws-sdk-go-v2/service/budgets v1.38.0
github.com/aws/aws-sdk-go-v2/service/chatbot v1.14.4
github.com/aws/aws-sdk-go-v2/service/chime v1.40.3
github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines v1.26.4
Expand All @@ -62,7 +62,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.31.4
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.53.4
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.50.1
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.57.4
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.58.0
github.com/aws/aws-sdk-go-v2/service/codeartifact v1.38.4
github.com/aws/aws-sdk-go-v2/service/codebuild v1.67.3
github.com/aws/aws-sdk-go-v2/service/codecatalyst v1.20.6
Expand All @@ -83,7 +83,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/connectcases v1.30.4
github.com/aws/aws-sdk-go-v2/service/controltower v1.26.4
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.33.4
github.com/aws/aws-sdk-go-v2/service/costexplorer v1.55.5
github.com/aws/aws-sdk-go-v2/service/costexplorer v1.56.0
github.com/aws/aws-sdk-go-v2/service/costoptimizationhub v1.20.4
github.com/aws/aws-sdk-go-v2/service/customerprofiles v1.52.4
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.57.4
Expand Down Expand Up @@ -189,8 +189,8 @@ require (
github.com/aws/aws-sdk-go-v2/service/opensearch v1.52.3
github.com/aws/aws-sdk-go-v2/service/opensearchserverless v1.26.2
github.com/aws/aws-sdk-go-v2/service/organizations v1.45.1
github.com/aws/aws-sdk-go-v2/service/osis v1.19.3
github.com/aws/aws-sdk-go-v2/service/outposts v1.56.4
github.com/aws/aws-sdk-go-v2/service/osis v1.20.0
github.com/aws/aws-sdk-go-v2/service/outposts v1.56.5
github.com/aws/aws-sdk-go-v2/service/paymentcryptography v1.25.0
github.com/aws/aws-sdk-go-v2/service/pcaconnectorad v1.15.4
github.com/aws/aws-sdk-go-v2/service/pcs v1.12.4
Expand Down Expand Up @@ -222,7 +222,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.40.4
github.com/aws/aws-sdk-go-v2/service/rum v1.28.5
github.com/aws/aws-sdk-go-v2/service/s3 v1.88.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.65.6
github.com/aws/aws-sdk-go-v2/service/s3control v1.66.0
github.com/aws/aws-sdk-go-v2/service/s3outposts v1.33.4
github.com/aws/aws-sdk-go-v2/service/s3tables v1.10.3
github.com/aws/aws-sdk-go-v2/service/s3vectors v1.4.6
Expand Down Expand Up @@ -260,7 +260,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/timestreamquery v1.35.3
github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.35.3
github.com/aws/aws-sdk-go-v2/service/transcribe v1.52.4
github.com/aws/aws-sdk-go-v2/service/transfer v1.65.4
github.com/aws/aws-sdk-go-v2/service/transfer v1.65.5
github.com/aws/aws-sdk-go-v2/service/verifiedpermissions v1.29.2
github.com/aws/aws-sdk-go-v2/service/vpclattice v1.18.3
github.com/aws/aws-sdk-go-v2/service/waf v1.30.3
Expand All @@ -274,7 +274,7 @@ require (
github.com/aws/smithy-go v1.23.0
github.com/beevik/etree v1.6.0
github.com/cedar-policy/cedar-go v1.2.6
github.com/davecgh/go-spew v1.1.1
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
github.com/dlclark/regexp2 v1.11.5
github.com/gertd/go-pluralize v0.2.1
github.com/goccy/go-yaml v1.18.0
Expand All @@ -290,15 +290,15 @@ require (
github.com/hashicorp/go-uuid v1.0.3
github.com/hashicorp/go-version v1.7.0
github.com/hashicorp/hcl/v2 v2.23.0
github.com/hashicorp/terraform-json v0.26.0
github.com/hashicorp/terraform-plugin-framework v1.15.1
github.com/hashicorp/terraform-json v0.27.2
github.com/hashicorp/terraform-plugin-framework v1.16.0
github.com/hashicorp/terraform-plugin-framework-jsontypes v0.2.0
github.com/hashicorp/terraform-plugin-framework-timeouts v0.5.0
github.com/hashicorp/terraform-plugin-framework-timetypes v0.5.0
github.com/hashicorp/terraform-plugin-framework-validators v0.18.0
github.com/hashicorp/terraform-plugin-go v0.28.0
github.com/hashicorp/terraform-plugin-go v0.29.0
github.com/hashicorp/terraform-plugin-log v0.9.0
github.com/hashicorp/terraform-plugin-mux v0.20.0
github.com/hashicorp/terraform-plugin-mux v0.21.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0
github.com/hashicorp/terraform-plugin-testing v1.13.3
github.com/jaswdr/faker/v2 v2.8.0
Expand Down Expand Up @@ -345,21 +345,21 @@ require (
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
github.com/hashicorp/go-plugin v1.6.3 // indirect
github.com/hashicorp/go-plugin v1.7.0 // indirect
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
github.com/hashicorp/hc-install v0.9.2 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/hashicorp/terraform-exec v0.23.0 // indirect
github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
github.com/hashicorp/terraform-registry-address v0.4.0 // indirect
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/hashicorp/yamux v0.1.2 // indirect
github.com/huandu/xstrings v1.3.3 // indirect
github.com/imdario/mergo v0.3.15 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/oklog/run v1.0.0 // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/posener/complete v1.2.3 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
Expand All @@ -368,7 +368,7 @@ require (
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
github.com/zclconf/go-cty v1.16.3 // indirect
github.com/zclconf/go-cty v1.16.4 // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.63.0 // indirect
go.opentelemetry.io/otel v1.38.0 // indirect
Expand All @@ -380,9 +380,9 @@ require (
golang.org/x/sync v0.17.0 // indirect
golang.org/x/sys v0.36.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250505200425-f936aa4a68b2 // indirect
google.golang.org/grpc v1.72.1 // indirect
google.golang.org/protobuf v1.36.6 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250804133106-a7a43d27e69b // indirect
google.golang.org/grpc v1.75.1 // indirect
google.golang.org/protobuf v1.36.9 // indirect
)

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