{ "version": 4, "terraform_version": "1.8.4", "serial": 511, "lineage": "918b1f4e-b97e-55aa-2735-e9d1b4921801", "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-1a8a444dc334bdfdf", "ami": "ami-412a1281", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fc7f18a2"], "subnet_id": "subnet-d543ebf7", "key_name": "prod-deploy-key" } } ] } ] }