{ "version": 4, "terraform_version": "1.5.3", "serial": 242, "lineage": "88ad58d2-5459-8f0d-2ecc-18a3d0df5136", "outputs": { "db_endpoint": { "value": "db-2.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-5086e18f857f36927", "ami": "ami-7161890f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-247cec46"], "subnet_id": "subnet-0502977e", "key_name": "prod-deploy-key" } } ] } ] }