Commit 22004a4
authored
chore: Upgrade modules to address provider deprecations (#76)
## what
- Upgrades `masterpointio/ssm-agent/aws` to v1.8.0 to address AWS
provider deprecations:
```
on .terraform/modules/tailscale.tailscale_subnet_router/main.tf line 41, in locals:
│ 41: region = coalesce(var.region, data.aws_region.current.name)
│
│ The attribute "name" is deprecated. Refer to the provider documentation for details.
```
- Bump AWS provider required version to >= 5.0 (matching the SSM agent
module)
## why
Fix AWS provider deprecation warnings.
## references
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Updated SSM Agent module to version 1.8.0
* Updated IAM Policy module to version 2.0.2
* Upgraded AWS provider requirement to version 5.0 or later
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 013ef57 commit 22004a4
3 files changed
+6
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
40 | | - | |
| 39 | + | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
99 | 98 | | |
100 | 99 | | |
101 | 100 | | |
102 | | - | |
| 101 | + | |
103 | 102 | | |
104 | 103 | | |
105 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments