{ "version": 4, "terraform_version": "1.5.3", "serial": 303, "lineage": "a230ad5a-b97a-634e-4bc0-94eafc67f72f", "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-8d03b7ffc370858f9", "ami": "ami-8636146a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-36a10f6d"], "subnet_id": "subnet-492d9c18", "key_name": "prod-deploy-key" } } ] } ] }