Skip to content

Error: Unsupported block type #125

@scottwilkin

Description

@scottwilkin

Describe the Bug

╷
│ Error: Unsupported block type
│ 
│   on .terraform/modules/codebuild/main.tf line 414, in resource "aws_codebuild_project" "default":
│  414:     dynamic "auth" {
│ 
│ Blocks of type "auth" are not expected here.
╵

Expected Behavior

Running the module does not throw this error

Steps to Reproduce

Try running terraform plan with the latest version of the Terraform AWS provider on a Macbook M2 Pro Max with the darwin_arm64 architecture.

  required_providers {
    aws = {
      source  = "hashicorp/aws"
      version = "~> 5.1.0"
    }
  }

Screenshots

No response

Environment

  • OS: Mac OS Ventura (M2 Max)
  • Version: 13.3.1
  • Module Version: 1.0.0
  • Terraform Version: 1.4.6
  • Platform: darwin_arm64
  • AWS Provider Version: 5.1.0

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug🐛 An issue with the system

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions