{ "version": 4, "terraform_version": "1.7.5", "serial": 372, "lineage": "04fb4671-e599-a6d4-d766-d3919da9e85a", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-2873ae606f3b01a1c", "ami": "ami-22329973", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-72a7a437"], "subnet_id": "subnet-4d276e54", "key_name": "prod-deploy-key" } } ] } ] }