{ "version": 4, "terraform_version": "1.5.1", "serial": 216, "lineage": "9b305394-ff54-dc1d-5c96-18bdd4b0742d", "outputs": { "db_endpoint": { "value": "db-3.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-b8982038a9a2bffc1", "ami": "ami-f733692e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-bc730cb7"], "subnet_id": "subnet-6cb6f5ec", "key_name": "prod-deploy-key" } } ] } ] }