{ "version": 4, "terraform_version": "1.7.5", "serial": 567, "lineage": "83e2d00f-3a6a-6cfc-0b8a-3665bd9f51be", "outputs": { "db_endpoint": { "value": "db-4.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-55f0e853e21456683", "ami": "ami-9c966ccb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-88824607"], "subnet_id": "subnet-f4e82bae", "key_name": "prod-deploy-key" } } ] } ] }