{ "version": 4, "terraform_version": "1.7.9", "serial": 586, "lineage": "d1148b44-616b-efdb-8fd5-5a9650c282e7", "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-9a04ee7159c19d4c8", "ami": "ami-393f46ff", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-75c376b6"], "subnet_id": "subnet-ec376e9f", "key_name": "prod-deploy-key" } } ] } ] }