{ "version": 4, "terraform_version": "1.6.3", "serial": 227, "lineage": "13da5ccd-cf8c-3465-922e-6cb5c752b997", "outputs": { "db_endpoint": { "value": "db-2.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-4c57c34b3ad57845f", "ami": "ami-4711900a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-675a45b4"], "subnet_id": "subnet-44a3e43e", "key_name": "prod-deploy-key" } } ] } ] }