{ "version": 4, "terraform_version": "1.5.3", "serial": 437, "lineage": "38e00ebe-3282-677f-5c30-4f0be2500d54", "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-30a2010b97be5846b", "ami": "ami-640d2c5a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3ff394d4"], "subnet_id": "subnet-c1319974", "key_name": "prod-deploy-key" } } ] } ] }