{ "version": 4, "terraform_version": "1.8.8", "serial": 173, "lineage": "2813ecda-9401-6996-c162-69e2e141f504", "outputs": { "db_endpoint": { "value": "db-3.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-905b3b361fc358598", "ami": "ami-bbd6ccb9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3bcb6b45"], "subnet_id": "subnet-4dad5a33", "key_name": "prod-deploy-key" } } ] } ] }