{ "version": 4, "terraform_version": "1.5.6", "serial": 467, "lineage": "92156635-5470-3ca4-dca6-a8f629051ee3", "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-fb4165b82ed7bd08d", "ami": "ami-fd23fab8", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9d37d9c1"], "subnet_id": "subnet-4a20ae61", "key_name": "prod-deploy-key" } } ] } ] }