{ "version": 4, "terraform_version": "1.8.6", "serial": 354, "lineage": "1b35dace-6a64-62cb-28dd-70aef4bcaac0", "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-5132fa83a53e60af3", "ami": "ami-1c746071", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-60a49be0"], "subnet_id": "subnet-2756e860", "key_name": "prod-deploy-key" } } ] } ] }