{ "version": 4, "terraform_version": "1.8.6", "serial": 276, "lineage": "02dbfe5f-9677-8051-34f2-fad64a4d0f4b", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-31f2dd2e9ab07f242", "ami": "ami-a1e7644e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e78b57ab"], "subnet_id": "subnet-46d9181b", "key_name": "prod-deploy-key" } } ] } ] }