{ "version": 4, "terraform_version": "1.6.5", "serial": 594, "lineage": "9b9eb8b7-23d3-140c-eb39-77d07be28314", "outputs": { "db_endpoint": { "value": "db-3.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-d3bc7d66fb7376e9e", "ami": "ami-ee44d680", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8ec55857"], "subnet_id": "subnet-d7ecaea6", "key_name": "prod-deploy-key" } } ] } ] }