{ "version": 4, "terraform_version": "1.7.1", "serial": 346, "lineage": "bb700c56-0c9f-b4f4-4b23-07d9c08d8a24", "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-e6f8decd5284d467d", "ami": "ami-e86a9806", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7c7972dc"], "subnet_id": "subnet-4c966157", "key_name": "prod-deploy-key" } } ] } ] }