Difference between revisions of "Warning: Argument is deprecated"

From wikieduonline
Jump to navigation Jump to search
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  Warning: Argument is deprecated
+
  [[Warning:]] Argument is deprecated
 
  │  
 
  │  
  │  with aws_vpc.this,
+
  │  with [[aws_vpc]].this,
 
  │  on main.tf line 27, in resource "aws_vpc" "this":
 
  │  on main.tf line 27, in resource "aws_vpc" "this":
 
  │  27:  enable_classiclink              = var.enable_classiclink
 
  │  27:  enable_classiclink              = var.enable_classiclink
 
  │  
 
  │  
  │ With the retirement of EC2-Classic the enable_classiclink attribute has
+
  │ With the retirement of EC2-Classic the [[enable_classiclink]] attribute has
 
  │ been deprecated and will be removed in a future version.
 
  │ been deprecated and will be removed in a future version.
 
  │  
 
  │  
 
  │ (and one more similar warning elsewhere)
 
  │ (and one more similar warning elsewhere)
 
  ╵
 
  ╵
 +
 +
 +
│ Warning: Argument is deprecated
 +
 +
│  with [[aws_elasticache_replication_group]].primary,
 +
│  on redis.tf line 11, in resource "aws_elasticache_replication_group" "primary":
 +
│  11:  replication_group_description = "Production Redis Replication Group"
 +
 +
│ Use description instead
  
  
  
 
== See also ==
 
== See also ==
 +
* {{aws_vpc}}
 +
* {{terraform plan}}
 +
 +
 +
[[Category:Terraform]]

Latest revision as of 20:57, 26 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)
╵
╷
│ Warning: Argument is deprecated
│
│   with aws_elasticache_replication_group.primary,
│   on redis.tf line 11, in resource "aws_elasticache_replication_group" "primary":
│   11:   replication_group_description = "Production Redis Replication Group"
│
│ Use description instead


See also[edit]

Advertising: