{ "version": 4, "terraform_version": "1.7.5", "serial": 110, "lineage": "a67fd9aa-6388-235b-93a6-ec86735ac2c4", "outputs": { "db_endpoint": { "value": "db-2.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-c87c79fb4a87102ea", "ami": "ami-d45275f2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-720ca020"], "subnet_id": "subnet-83e70f0f", "key_name": "prod-deploy-key" } } ] } ] }