{ "version": 4, "terraform_version": "1.7.3", "serial": 557, "lineage": "f5d9ad11-3d7c-0c2a-35f1-67e5685295fd", "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-f7d278a991f0df39e", "ami": "ami-7892f263", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-419b057e"], "subnet_id": "subnet-a0fa6180", "key_name": "prod-deploy-key" } } ] } ] }