Skip to content

r/aws_ssm_parameter: Implements SSM Parameter Mutability - #49145

Open
Bexanderthebex wants to merge 7 commits into
hashicorp:mainfrom
Bexanderthebex:aws-provider-issue-49112
Open

r/aws_ssm_parameter: Implements SSM Parameter Mutability#49145
Bexanderthebex wants to merge 7 commits into
hashicorp:mainfrom
Bexanderthebex:aws-provider-issue-49112

Conversation

@Bexanderthebex

@Bexanderthebex Bexanderthebex commented Jul 28, 2026

Copy link
Copy Markdown

Rollback Plan

If a change needs to be reverted, we will publish an updated version of the library.

Changes to Security Controls

No changes to existing Security Controls

Description

Relations

Closes #49112

References

Output from Acceptance Testing

% make testacc TESTS=TestAccSSMParameter_Identity PKG=ssm

make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
make: Validating schemas
ok      github.com/hashicorp/terraform-provider-aws/internal/provider/sdkv2     3.950s
ok      github.com/hashicorp/terraform-provider-aws/internal/provider/framework 3.898s
make: Running acceptance tests on branch: 🌿 aws-provider-issue-49112 🌿...
TF_ACC=1 go1.26.5 test ./internal/service/ssm/... -v -count 1 -parallel 20 -run='TestAccSSMParameter_Identity'  -timeout 360m -vet=off -buildvcs=false
2026/07/28 20:13:46 Creating Terraform AWS Provider (SDKv2-style)...
2026/07/28 20:13:46 Initializing Terraform AWS Provider (SDKv2-style)...
=== RUN   TestAccSSMParameter_Identity_basic
=== PAUSE TestAccSSMParameter_Identity_basic
=== RUN   TestAccSSMParameter_Identity_regionOverride
=== PAUSE TestAccSSMParameter_Identity_regionOverride
=== RUN   TestAccSSMParameter_Identity_ExistingResource_basic
=== PAUSE TestAccSSMParameter_Identity_ExistingResource_basic
=== RUN   TestAccSSMParameter_Identity_ExistingResource_noRefreshNoChange
=== PAUSE TestAccSSMParameter_Identity_ExistingResource_noRefreshNoChange
=== CONT  TestAccSSMParameter_Identity_basic
=== CONT  TestAccSSMParameter_Identity_ExistingResource_basic
=== CONT  TestAccSSMParameter_Identity_regionOverride
=== CONT  TestAccSSMParameter_Identity_ExistingResource_noRefreshNoChange
--- PASS: TestAccSSMParameter_Identity_regionOverride (34.99s)
--- PASS: TestAccSSMParameter_Identity_basic (35.71s)
--- PASS: TestAccSSMParameter_Identity_ExistingResource_basic (60.28s)
--- PASS: TestAccSSMParameter_Identity_ExistingResource_noRefreshNoChange (68.95s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/ssm        72.907s
...

% make testacc PKG=ssm T=TestAccSSMParameterDataSource
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
make: Validating schemas
ok      github.com/hashicorp/terraform-provider-aws/internal/provider/sdkv2     (cached)
ok      github.com/hashicorp/terraform-provider-aws/internal/provider/framework (cached)
make: Running acceptance tests on branch: 🌿 aws-provider-issue-49112 🌿...
TF_ACC=1 go1.26.5 test ./internal/service/ssm/... -v -count 1 -parallel 20 -run='TestAccSSMParameterDataSource'  -timeout 360m -vet=off -buildvcs=false
2026/07/28 22:49:28 Creating Terraform AWS Provider (SDKv2-style)...
2026/07/28 22:49:28 Initializing Terraform AWS Provider (SDKv2-style)...
=== RUN   TestAccSSMParameterDataSource_basic
=== PAUSE TestAccSSMParameterDataSource_basic
=== RUN   TestAccSSMParameterDataSource_fullPath
=== PAUSE TestAccSSMParameterDataSource_fullPath
=== RUN   TestAccSSMParameterDataSource_insecureValue
=== PAUSE TestAccSSMParameterDataSource_insecureValue
=== RUN   TestAccSSMParameterDataSource_version
=== PAUSE TestAccSSMParameterDataSource_version
=== CONT  TestAccSSMParameterDataSource_basic
=== CONT  TestAccSSMParameterDataSource_insecureValue
=== CONT  TestAccSSMParameterDataSource_fullPath
=== CONT  TestAccSSMParameterDataSource_version
--- PASS: TestAccSSMParameterDataSource_fullPath (18.98s)
--- PASS: TestAccSSMParameterDataSource_insecureValue (19.37s)
--- PASS: TestAccSSMParameterDataSource_basic (29.78s)
--- PASS: TestAccSSMParameterDataSource_version (41.19s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/ssm        45.116s

- appends version to the resource identity
- fetches a specific SSM version if version is specified
@Bexanderthebex
Bexanderthebex requested a review from a team as a code owner July 28, 2026 07:41
@dosubot dosubot Bot added the enhancement Requests to existing resources that expand the functionality or scope. label Jul 28, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Community Guidelines

This comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀

Voting for Prioritization

  • Please vote on this Pull Request by adding a 👍 reaction to the original post to help the community and maintainers prioritize it.
  • Please see our prioritization guide for additional information on how the maintainers handle prioritization.
  • Please do not leave +1 or other comments that do not add relevant new information or questions; they generate extra noise for others following the Pull Request and do not help prioritize the request.

Pull Request Authors

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@Bexanderthebex
Bexanderthebex marked this pull request as draft July 28, 2026 07:41
@github-actions github-actions Bot added the needs-triage Waiting for first response or review from a maintainer. label Jul 28, 2026
@github-actions

github-actions Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

✅ Thank you for correcting the previously detected issues! The maintainers appreciate your efforts to make the review process as smooth as possible.

1 similar comment
@github-actions

github-actions Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

✅ Thank you for correcting the previously detected issues! The maintainers appreciate your efforts to make the review process as smooth as possible.

@Bexanderthebex Bexanderthebex changed the title Draft: Implements SSM Parameter Mutability Implements SSM Parameter Mutability Jul 28, 2026
@github-actions github-actions Bot added tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. service/ssm Issues and PRs that pertain to the ssm service. generators Relates to code generators. size/M Managed by automation to categorize the size of a PR. labels Jul 28, 2026
@Bexanderthebex Bexanderthebex changed the title Implements SSM Parameter Mutability r/aws_ssm_parameter: Implements SSM Parameter Mutability Jul 28, 2026
@Bexanderthebex
Bexanderthebex marked this pull request as ready for review July 28, 2026 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Requests to existing resources that expand the functionality or scope. generators Relates to code generators. needs-triage Waiting for first response or review from a maintainer. service/ssm Issues and PRs that pertain to the ssm service. size/M Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant