{ "version": 4, "terraform_version": "1.7.3", "serial": 317, "lineage": "08238e80-5431-4740-19b6-a87b16d2bb2a", "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-4e1f259d410350e7f", "ami": "ami-fd2fcd73", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cad5b1fe"], "subnet_id": "subnet-5ee173b8", "key_name": "prod-deploy-key" } } ] } ] }