{ "version": 4, "terraform_version": "1.7.4", "serial": 548, "lineage": "b6e1608e-7745-fd20-c5e4-aede03ac2fd4", "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-34cb1dd4a68ce4246", "ami": "ami-f8013b16", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-748fd3c7"], "subnet_id": "subnet-99920f69", "key_name": "prod-deploy-key" } } ] } ] }