{ "version": 4, "terraform_version": "1.5.1", "serial": 483, "lineage": "2d569a68-486f-df4f-5477-209ab4bc4c78", "outputs": { "db_endpoint": { "value": "db-4.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-88a22d772f38aaf06", "ami": "ami-c678021f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b1a286e9"], "subnet_id": "subnet-78fdded1", "key_name": "prod-deploy-key" } } ] } ] }