{ "version": 4, "terraform_version": "1.7.2", "serial": 587, "lineage": "b2854e49-c671-0f9f-2e30-cecb3a09b6e5", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-e73a06d9fa3492231", "ami": "ami-64e24b9e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5ee4fd1b"], "subnet_id": "subnet-330d99dd", "key_name": "prod-deploy-key" } } ] } ] }