-
Notifications
You must be signed in to change notification settings - Fork 13
Description
System: Win 11, local, native (no VM, not in VirtualBox etc.), using PowerShell
skript comes until here:
Plan: 12 to add, 0 to change, 1 to destroy.
aws_dynamodb_table.shipment: Destroying... [id=shipment]
aws_s3_bucket.shipment_picture_bucket: Creating...
aws_s3_bucket.lambda_code_bucket: Creating...
aws_dynamodb_table.shipment: Destruction complete after 0s
aws_dynamodb_table.shipment: Creating...
Then it comes to this:
│ Error: creating S3 Bucket (shipment-picture-bucket-main-mammal): operation error S3: CreateBucket, https response error StatusCode: 0, RequestID: , HostID: , request send failed, Put "http://shipment-picture-bucket-main-mammal.s3.localhost.localstack.cloud:4566/": dial tcp: lookup shipment-picture-bucket-main-mammal.s3.localhost.localstack.cloud: no such host
│
│ with aws_s3_bucket.shipment_picture_bucket,
│ on main.tf line 33, in resource "aws_s3_bucket" "shipment_picture_bucket":
│ 33: resource "aws_s3_bucket" "shipment_picture_bucket" {
│
╵
╷
│ Error: creating AWS DynamoDB Table (shipment): operation error DynamoDB: CreateTable, https response error StatusCode: 400, RequestID: eff6e7d1-e0a4-4be5-b039-d8bd0aceb393, ResourceInUseException: Table already exists: shipment
│
│ with aws_dynamodb_table.shipment,
│ on main.tf line 42, in resource "aws_dynamodb_table" "shipment":
│ 42: resource "aws_dynamodb_table" "shipment" {
│
╵
╷
│ Error: creating S3 Bucket (shipment-picture-lambda-validator-bucket-main-mammal): operation error S3: CreateBucket, https response error StatusCode: 0, RequestID: , HostID: , request send failed, Put "http://shipment-picture-lambda-validator-bucket-main-mammal.s3.localhost.localstack.cloud:4566/": dial tcp: lookup shipment-picture-lambda-validator-bucket-main-mammal.s3.localhost.localstack.cloud: no such host
│
│ with aws_s3_bucket.lambda_code_bucket,
│ on main.tf line 69, in resource "aws_s3_bucket" "lambda_code_bucket":
│ 69: resource "aws_s3_bucket" "lambda_code_bucket" {
│
╵
make: *** [Makefile:34: deploy] Error 1