-
-
Notifications
You must be signed in to change notification settings - Fork 131
Open
Labels
bug🐛 An issue with the system🐛 An issue with the system
Description
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
Labels
bug🐛 An issue with the system🐛 An issue with the system