{ "version": 4, "terraform_version": "1.7.4", "serial": 322, "lineage": "970c9867-15db-3236-1cbf-f0878f73e52f", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-c66cceb08905041c8", "ami": "ami-0c89673d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-80d92636"], "subnet_id": "subnet-89268822", "key_name": "prod-deploy-key" } } ] } ] }