Skip to content

Warning: Argument is deprecated - network_interface #464

Description

@trever-atr

Description

Warning: Argument is deprecated

│ with module.gw_host[0].aws_instance.ignore_ami[0],
│ on .terraform/modules/gw_host/main.tf line 237, in resource "aws_instance" "ignore_ami":
│ 237: resource "aws_instance" "ignore_ami" {

│ network_interface is deprecated. To specify the primary network interface,
│ use primary_network_interface instead. To attach additional network
│ interfaces, use the aws_network_interface_attachment resource.

Versions

  • /hashicorp/aws v6.22.1
  • /terraform-aws-ec2-instance v6.1.4

Expected behavior

support for latest AWS provider, no deprecation warnings

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions