{ "version": 4, "terraform_version": "1.7.6", "serial": 198, "lineage": "9ff94c19-096e-9152-a3f2-32a33f5242ab", "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-d33fff276e4df6bce", "ami": "ami-b1497772", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-be479a06"], "subnet_id": "subnet-cc5e3b8a", "key_name": "prod-deploy-key" } } ] } ] }