{ "version": 4, "terraform_version": "1.7.9", "serial": 233, "lineage": "fb608683-ef53-8a37-2440-19a8ea34ae8d", "outputs": { "db_endpoint": { "value": "db-0.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-686a0f02f9ebe8ae5", "ami": "ami-f6cb12e3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-86f5be15"], "subnet_id": "subnet-91a4c8d0", "key_name": "prod-deploy-key" } } ] } ] }