{ "version": 4, "terraform_version": "1.5.0", "serial": 151, "lineage": "7406892c-9212-5692-e3b1-f1d0ed9d5c5f", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-3d1b03d55bbc47be7", "ami": "ami-382b99bf", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f50530ef"], "subnet_id": "subnet-cd496220", "key_name": "prod-deploy-key" } } ] } ] }