{ "version": 4, "terraform_version": "1.7.7", "serial": 413, "lineage": "f3b1aeb0-6efa-30c8-b296-8aad1f0ea021", "outputs": { "db_endpoint": { "value": "db-0.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-e010ef1c96cb19ee7", "ami": "ami-0c4a7373", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-aa089ced"], "subnet_id": "subnet-53ec8000", "key_name": "prod-deploy-key" } } ] } ] }