{ "version": 4, "terraform_version": "1.7.1", "serial": 144, "lineage": "f7360d7a-8ee0-c986-aafc-5d21f77e10b1", "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-d63cb4bed7eeda303", "ami": "ami-2a72d506", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6a679495"], "subnet_id": "subnet-bfa259c3", "key_name": "prod-deploy-key" } } ] } ] }