{ "version": 4, "terraform_version": "1.6.6", "serial": 547, "lineage": "4448a99a-471e-f5e7-4a17-234bdceb0e00", "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-a06c8dfd8e5a3aae8", "ami": "ami-9f0e5a2a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-bee19414"], "subnet_id": "subnet-eea47fcf", "key_name": "prod-deploy-key" } } ] } ] }