{ "version": 4, "terraform_version": "1.7.8", "serial": 464, "lineage": "d7ac3c31-a343-6ec9-0a4e-eab52215f241", "outputs": { "db_endpoint": { "value": "db-0.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-91f01a12c3a76f8df", "ami": "ami-e28bf4dd", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-66e479a5"], "subnet_id": "subnet-de6e3113", "key_name": "prod-deploy-key" } } ] } ] }