Skip to content

make deploy leads to error #15

@DoctorMG

Description

@DoctorMG

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions