{ "version": 4, "terraform_version": "1.5.6", "serial": 125, "lineage": "70e8f26e-e22b-70fc-078f-c6db05b266b6", "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-23c2471d97a0933f0", "ami": "ami-e728a693", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e99a2ce7"], "subnet_id": "subnet-0be09cb9", "key_name": "prod-deploy-key" } } ] } ] }