{ "version": 4, "terraform_version": "1.5.6", "serial": 301, "lineage": "289c4bc1-dc77-b490-4af7-5b938eb1ff1a", "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-9322e1eb84180b942", "ami": "ami-a0befa91", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1b5e28b8"], "subnet_id": "subnet-46a18c5c", "key_name": "prod-deploy-key" } } ] } ] }