{ "version": 4, "terraform_version": "1.7.2", "serial": 502, "lineage": "4ff2abe0-9026-ac67-c977-95f141c98e73", "outputs": { "db_endpoint": { "value": "db-1.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-a7b0679e44fd571d7", "ami": "ami-5242964e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-08d6dfc2"], "subnet_id": "subnet-b3f02dab", "key_name": "prod-deploy-key" } } ] } ] }