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

Warnings on provider version #12

Closed
yujunz opened this issue Jan 7, 2019 · 3 comments
Closed

Warnings on provider version #12

yujunz opened this issue Jan 7, 2019 · 3 comments
Labels

Comments

@yujunz
Copy link

yujunz commented Jan 7, 2019

What is the provider null used for? I didn't find related usage in the code.

$ terraform init                                                                                                                    Initializing modules...
- module.acm_request_certificate
  Getting source "git::https://github.com/cloudposse/terraform-aws-acm-request-certificate.git?ref=0.2.2"

Initializing the backend...

Initializing provider plugins...
- Checking for available provider plugins on https://releases.hashicorp.com...
- Downloading plugin for provider "null" (1.0.0)...

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.null: version = "~> 1.0"
@yujunz
Copy link
Author

yujunz commented Jan 8, 2019

Found a resource null_xxx. Is it a placeholder?

@osterman
Copy link
Member

osterman commented Jan 8, 2019

It's probably from this module: https://github.com/cloudposse/terraform-null-label

We use this module in all of our modules to generate consistent resource names.

@yujunz
Copy link
Author

yujunz commented Jan 8, 2019

Interesting. I'll have a look. Thanks.

@yujunz yujunz closed this as completed Jan 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants