{ "version": 4, "terraform_version": "1.6.8", "serial": 402, "lineage": "78aac669-426a-7b9e-6b5a-4c5b800545e2", "outputs": { "db_endpoint": { "value": "db-2.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-ff3608830ddc2c7a9", "ami": "ami-5cf3e9a5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0fa4fcbf"], "subnet_id": "subnet-8535685b", "key_name": "prod-deploy-key" } } ] } ] }