{ "version": 4, "terraform_version": "1.7.0", "serial": 564, "lineage": "fad5c600-af6d-5648-c3a2-b9d6a448eb25", "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-ccd28d7426f7ce004", "ami": "ami-c7f6944d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-85edfc15"], "subnet_id": "subnet-5965fbf2", "key_name": "prod-deploy-key" } } ] } ] }