{ "version": 4, "terraform_version": "1.8.4", "serial": 230, "lineage": "bf801764-73b1-42ab-b909-973b4a221654", "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-25d49ca40991763cd", "ami": "ami-1405b093", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c3ac7a2f"], "subnet_id": "subnet-90feb2f3", "key_name": "prod-deploy-key" } } ] } ] }