{ "version": 4, "terraform_version": "1.8.4", "serial": 114, "lineage": "0eb66345-80a6-4751-2a01-f87cfe92864d", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-ec9066afff42e115b", "ami": "ami-ab48f31f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ab1aa96c"], "subnet_id": "subnet-2f2a1c93", "key_name": "prod-deploy-key" } } ] } ] }