{ "version": 4, "terraform_version": "1.5.9", "serial": 375, "lineage": "0128817e-8e0d-ca94-8a09-a2c397cc0f6d", "outputs": { "db_endpoint": { "value": "db-1.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-dbb00ab81a4302434", "ami": "ami-f8760246", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-35cdf495"], "subnet_id": "subnet-be3b4348", "key_name": "prod-deploy-key" } } ] } ] }