{ "version": 4, "terraform_version": "1.8.9", "serial": 369, "lineage": "c709a08b-201e-0b96-d144-a7060e420c05", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-66cfd65643974c565", "ami": "ami-9a89a75e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-13b15060"], "subnet_id": "subnet-85ff6ef5", "key_name": "prod-deploy-key" } } ] } ] }