Closed strugee closed 5 months ago
Ran Plan for dir: .
workspace: default
Plan: 5 to add, 0 to change, 0 to destroy.
atlantis apply
atlantis unlock
Ran Plan for dir: .
workspace: default
Plan: 5 to add, 0 to change, 0 to destroy.
atlantis apply
atlantis unlock
atlantis apply
Ran Apply for dir: .
workspace: default
Locks and plans deleted for the projects and workspaces modified in this pull request:
.
workspace: default
Ran Plan for dir:
.
workspace:default
Plan Error
Show Output
``` running "/usr/local/bin/terraform plan -input=false -refresh -out \"/home/atlantis/.atlantis/repos/SeaGL/seagl-terraform/66/default/default.tfplan\"" in "/home/atlantis/.atlantis/repos/SeaGL/seagl-terraform/66/default": exit status 1 ╷ │ Warning: Argument is deprecated │ │ with aws_s3_bucket.state, │ on s3.tf line 1, in resource "aws_s3_bucket" "state": │ 1: resource "aws_s3_bucket" "state" { │ │ Use the aws_s3_bucket_versioning resource instead │ │ (and one more similar warning elsewhere) ╵ ╷ │ Error: Reference to undeclared resource │ │ on pretalx-rds.tf line 29, in resource "aws_security_group" "pretalx-rds-security-group": │ 29: vpc_id = aws_vpc.vpc.id │ │ A managed resource "aws_vpc" "vpc" has not been declared in the root │ module. │ │ Did you mean the data resource data.aws_vpc.vpc? ╵ ```