{ "version": 4, "terraform_version": "1.7.0", "serial": 517, "lineage": "9504e74c-717c-aeba-9d8a-0c8b998b1145", "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-e99eda7000375dcac", "ami": "ami-75f7f885", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-13c448d7"], "subnet_id": "subnet-7da0bd00", "key_name": "prod-deploy-key" } } ] } ] }