{ "version": 4, "terraform_version": "1.7.8", "serial": 249, "lineage": "749506e2-ad92-e7e1-c7da-4a85693be23d", "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-eba4581671c0b7086", "ami": "ami-7d6ae533", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-379cb04c"], "subnet_id": "subnet-36cb2e62", "key_name": "prod-deploy-key" } } ] } ] }