{ "version": 4, "terraform_version": "1.5.2", "serial": 168, "lineage": "27e2a6df-e0e5-6c99-d287-0b12ca75a149", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-b3fd18d21ef5a4616", "ami": "ami-b6d145fa", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ca2d8149"], "subnet_id": "subnet-cc182610", "key_name": "prod-deploy-key" } } ] } ] }