{ "version": 4, "terraform_version": "1.5.0", "serial": 294, "lineage": "f51d7e31-8315-28c5-4b31-8f86bbf3d60f", "outputs": { "db_endpoint": { "value": "db-1.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-aea16fbb72d3413d1", "ami": "ami-8bc822cd", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ad2f833d"], "subnet_id": "subnet-4f6afdc6", "key_name": "prod-deploy-key" } } ] } ] }