{ "version": 4, "terraform_version": "1.7.0", "serial": 443, "lineage": "95dea1f3-5c51-58af-eb9c-74beca3f47fe", "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-9b3c9a56708025fc9", "ami": "ami-c3bc1549", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a57ba91e"], "subnet_id": "subnet-10dc741d", "key_name": "prod-deploy-key" } } ] } ] }