{ "version": 4, "terraform_version": "1.5.6", "serial": 588, "lineage": "1a7a8531-0502-5a8d-8f15-591083658d49", "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-b4db311c79f7c5ebd", "ami": "ami-69b70c03", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-560e6100"], "subnet_id": "subnet-cb91a757", "key_name": "prod-deploy-key" } } ] } ] }