Difference between revisions of "Warning: Argument is deprecated"
Jump to navigation
Jump to search
(Created page with " Warning: Argument is deprecated") |
|||
Line 1: | Line 1: | ||
Warning: Argument is deprecated | Warning: Argument is deprecated | ||
+ | │ | ||
+ | │ with aws_vpc.this, | ||
+ | │ on main.tf line 27, in resource "aws_vpc" "this": | ||
+ | │ 27: enable_classiclink = var.enable_classiclink | ||
+ | │ | ||
+ | │ With the retirement of EC2-Classic the enable_classiclink attribute has | ||
+ | │ been deprecated and will be removed in a future version. | ||
+ | │ | ||
+ | │ (and one more similar warning elsewhere) | ||
+ | ╵ | ||
+ | |||
+ | |||
+ | |||
+ | == See also == |
Revision as of 08:51, 2 September 2022
Warning: Argument is deprecated │ │ with aws_vpc.this, │ on main.tf line 27, in resource "aws_vpc" "this": │ 27: enable_classiclink = var.enable_classiclink │ │ With the retirement of EC2-Classic the enable_classiclink attribute has │ been deprecated and will be removed in a future version. │ │ (and one more similar warning elsewhere) ╵
See also
Advertising: