{ "version": 4, "terraform_version": "1.5.9", "serial": 549, "lineage": "8df6ae06-fda8-1794-7d65-3e63b9c1088c", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.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-7feeb3dd5dfd0dbf1", "ami": "ami-00550ef2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-66ebddb1"], "subnet_id": "subnet-ac71c8e5", "key_name": "prod-deploy-key" } } ] } ] }