{ "version": 4, "terraform_version": "1.7.3", "serial": 147, "lineage": "39c8344f-841f-64db-9457-7d3acd543f2f", "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-6a0391ec27b12159b", "ami": "ami-6824b0eb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6df172b2"], "subnet_id": "subnet-d7287a27", "key_name": "prod-deploy-key" } } ] } ] }