{ "version": 4, "terraform_version": "1.7.0", "serial": 294, "lineage": "5b4b4d9b-1199-ce6f-1fcc-db0c926c4d52", "outputs": { "db_endpoint": { "value": "db-1.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-401fa3ac7371ad649", "ami": "ami-2b2f1613", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-aecd88dd"], "subnet_id": "subnet-b46865a3", "key_name": "prod-deploy-key" } } ] } ] }