{ "version": 4, "terraform_version": "1.6.8", "serial": 383, "lineage": "dc266201-3fad-51f0-d58b-f33a75e9cf2b", "outputs": { "db_endpoint": { "value": "db-0.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-a8ea12d08678f98fe", "ami": "ami-addb0e82", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e6a0f1ff"], "subnet_id": "subnet-c1c3d305", "key_name": "prod-deploy-key" } } ] } ] }