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(data-source.tf): address deprecation warning #96

Closed
wants to merge 1 commit into from

Conversation

mikedizon
Copy link

what

changes

role_arn -> assume_role.role_arn

why

addresses deprecated parameter warning

Warning: Deprecated Parameters

  with module.xxx.data.terraform_remote_state.data_source[0],
  on ../terraform-yaml-stack-config/modules/remote-state/data-source.tf line 88, in data "terraform_remote_state" "data_source":
  88: data "terraform_remote_state" "data_source" {

The following parameters have been deprecated. Replace them as follows:
  * role_arn -> assume_role.role_arn


(and 3 more similar warnings elsewhere

@mikedizon mikedizon requested review from a team as code owners July 18, 2024 15:16
@mergify mergify bot added the triage Needs triage label Jul 18, 2024
@kevcube
Copy link

kevcube commented Jul 18, 2024

@mikedizon hey mike, thanks for this, see #93

@kevcube
Copy link

kevcube commented Jul 18, 2024

Also if you're on cloudposse's public slack you can see some discussion here

@mikedizon
Copy link
Author

@kevcube ah thanks, I guess i've been out of the loop on things!

@mikedizon mikedizon closed this Jul 18, 2024
@mergify mergify bot removed the triage Needs triage label Jul 18, 2024
@Nuru
Copy link
Contributor

Nuru commented Oct 15, 2024

Fixed by #105 released in v1.8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants