{ "version": 4, "terraform_version": "1.8.9", "serial": 576, "lineage": "e5d38041-e886-9f09-b87b-00f1bd2d970e", "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-569f9ff8f8598c48b", "ami": "ami-3de32eb7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-78d56149"], "subnet_id": "subnet-613ce3da", "key_name": "prod-deploy-key" } } ] } ] }