{ "version": 4, "terraform_version": "1.6.5", "serial": 193, "lineage": "e41d4bf1-8e0b-9a9b-341e-36b287385dc2", "outputs": { "db_endpoint": { "value": "db-4.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-2531832a17f58b2d1", "ami": "ami-4b731b31", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-240e8d02"], "subnet_id": "subnet-c0fa92b9", "key_name": "prod-deploy-key" } } ] } ] }