{ "version": 4, "terraform_version": "1.8.1", "serial": 126, "lineage": "59c0916b-5881-9d9e-fa3f-90f366c853cb", "outputs": { "db_endpoint": { "value": "db-1.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-d59c725cde959d405", "ami": "ami-6e761de8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d1e2bbfd"], "subnet_id": "subnet-b61d8d13", "key_name": "prod-deploy-key" } } ] } ] }