{ "version": 4, "terraform_version": "1.8.6", "serial": 485, "lineage": "850929db-1069-f621-1340-58c9dbb3cbd2", "outputs": { "db_endpoint": { "value": "db-1.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-3bd33d6ed843148b6", "ami": "ami-3e9b66c7", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a523a0cb"], "subnet_id": "subnet-df0c80c3", "key_name": "prod-deploy-key" } } ] } ] }