Closed
Bug 1482955
Opened 7 years ago
Closed 7 years ago
Update deprecated terraform configs
Categories
(MozReview Graveyard :: Infrastructure, enhancement)
MozReview Graveyard
Infrastructure
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dividehex, Assigned: dividehex)
Details
Attachments
(2 files)
There is a couple warns being generated from out mozreview-infra/base configs. We should fix these before they fully break on future terraform releases and they should be quick and simple fixes.
Deprecation warning: This environment is configured to use legacy remote state.
Remote state changed significantly in Terraform 0.9. Please update your remote
state configuration to use the new 'backend' settings. For now, Terraform
will continue to use your existing settings. Legacy remote state support
will be removed in Terraform 0.11.
You can find a guide for upgrading here:
https://www.terraform.io/docs/backends/legacy-0-8.html
Warning: aws_iam_instance_profile.ec2_manage_eip-profile: "roles": [DEPRECATED] Use `role` instead. Only a single role can be passed to an IAM Instance Profile
Warning: aws_iam_instance_profile.ec2_read_keys-profile: "roles": [DEPRECATED] Use `role` instead. Only a single role can be passed to an IAM Instance Profile
Warning: module.cloudtrail.template_file.logging_bucket_policy: using template_file as a resource is deprecated; consider using the data source instead
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jwatkins
Comment 1•7 years ago
|
||
MozReview is being nuked at the end of the month.
Depending on which Terraform repo this is, the problem may go away when we delete the Terraform bits in a few weeks...
| Assignee | ||
Comment 2•7 years ago
|
||
(In reply to Gregory Szorc [:gps] from comment #1)
> MozReview is being nuked at the end of the month.
>
> Depending on which Terraform repo this is, the problem may go away when we
> delete the Terraform bits in a few weeks...
This terraform repo still manages autoland transplant aws infra and AFAIK that isn't going away just yet.
| Assignee | ||
Comment 3•7 years ago
|
||
Attachment #9017273 -
Flags: review+
| Assignee | ||
Comment 4•7 years ago
|
||
| Assignee | ||
Comment 5•7 years ago
|
||
Terraform comes back clean with no errors or warnings. r/f
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•