{ "version": 4, "terraform_version": "1.5.6", "serial": 185, "lineage": "e3445636-15f7-3856-ac37-e35e20b9f1eb", "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-1020512922827812d", "ami": "ami-0f647a71", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-09066d47"], "subnet_id": "subnet-aa593107", "key_name": "prod-deploy-key" } } ] } ] }