{ "version": 4, "terraform_version": "1.6.9", "serial": 501, "lineage": "1fb7af4e-848b-8bde-d33d-3fae4ecb25aa", "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-5a0ab267f510317c1", "ami": "ami-82db6344", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9028de93"], "subnet_id": "subnet-8a46d404", "key_name": "prod-deploy-key" } } ] } ] }