Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Examples Checks / validate-terraform (0.12.31) CI check #41554

Merged
merged 1 commit into from
Feb 25, 2025

Conversation

ewbankkit
Copy link
Contributor

Description

https://github.com/hashicorp/terraform-provider-aws/actions/runs/13521816083/job/37782597956

===> Initializing Example: ./examples/sagemaker <===


Initializing the backend...

Initializing provider plugins...
- Checking for available provider plugins...

Provider "random" v3.7.0-alpha1 is not compatible with Terraform 0.12.31.

Provider version 2.2.1 is the latest compatible version. Select it with 
the following constraint:

    version = "~> 2.2"

Terraform checked all of the plugin versions matching the given constraint:
    (any version)

Consult the documentation for this provider for more information on
compatibility between provider and Terraform versions.

Alternatively, upgrade to the latest version of Terraform for compatibility with newer provider releases.


Error: incompatible provider version

Relations

Relates hashicorp/terraform-provider-random#663.

@ewbankkit ewbankkit requested a review from a team as a code owner February 25, 2025 14:43
Copy link

Community Note

Voting for Prioritization

  • Please vote on this pull request by adding a 👍 reaction to the original post to help the community and maintainers prioritize this pull request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

For Submitters

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@github-actions github-actions bot added examples Introduces or discusses updates to examples. prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. labels Feb 25, 2025
@ewbankkit
Copy link
Contributor Author

https://github.com/hashicorp/terraform-provider-aws/actions/runs/13523891566/job/37789426721

===> Initializing Example: ./examples/sagemaker <===


Initializing the backend...

Initializing provider plugins...
- Checking for available provider plugins...
- Downloading plugin for provider "random" (hashicorp/random) 3.6.3...

The following providers do not have any version constraints in configuration,
so the latest version was installed.

To prevent automatic upgrades to new major versions that may contain breaking
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.

* provider.aws: version = "~> 99.99"

Terraform has been successfully initialized!

@ewbankkit ewbankkit merged commit cdbfe9a into main Feb 25, 2025
15 checks passed
@ewbankkit ewbankkit deleted the td-fix-validate-terraform-error branch February 25, 2025 14:54
@github-actions github-actions bot added this to the v5.89.0 milestone Feb 25, 2025
Copy link

This functionality has been released in v5.89.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions github-actions bot removed the prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. label Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
examples Introduces or discusses updates to examples.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants