{ "version": 4, "terraform_version": "1.8.7", "serial": 245, "lineage": "a021a526-aa11-1188-82aa-00ed63421d6c", "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-9e2c1fa1379c9ee6a", "ami": "ami-e921ec84", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fb2b24e5"], "subnet_id": "subnet-de2fe883", "key_name": "prod-deploy-key" } } ] } ] }