{ "version": 4, "terraform_version": "1.5.7", "serial": 586, "lineage": "16a4dcd5-ece4-0cd6-96f5-a35dcf33b821", "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-1956f573b4e0b745d", "ami": "ami-882f9df7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-473e61e1"], "subnet_id": "subnet-a41246c1", "key_name": "prod-deploy-key" } } ] } ] }