{ "version": 4, "terraform_version": "1.8.3", "serial": 326, "lineage": "4bb3e455-b641-8feb-e2fa-89558533225c", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-56d447b61d9641421", "ami": "ami-9c1d8af7", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-0242a7fb"], "subnet_id": "subnet-774a28ad", "key_name": "prod-deploy-key" } } ] } ] }