{ "version": 4, "terraform_version": "1.5.3", "serial": 501, "lineage": "55c2a253-f716-7974-ad0a-1805507b1e62", "outputs": { "db_endpoint": { "value": "db-2.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-2d035af57fa294ef9", "ami": "ami-e3fa79e4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3c303c3b"], "subnet_id": "subnet-4cba57b7", "key_name": "prod-deploy-key" } } ] } ] }