{ "version": 4, "terraform_version": "1.5.0", "serial": 274, "lineage": "a7708cf2-a26b-0911-b582-5fe1d5826512", "outputs": { "db_endpoint": { "value": "db-3.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-bcf7029cdfa0980d1", "ami": "ami-2df62d85", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2419659c"], "subnet_id": "subnet-adbe8bfb", "key_name": "prod-deploy-key" } } ] } ] }