{ "version": 4, "terraform_version": "1.7.9", "serial": 102, "lineage": "01f84457-54b3-8e2e-d5ab-9ea820a7e59b", "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-61ccb940b3e8330c1", "ami": "ami-05d916d8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5390d098"], "subnet_id": "subnet-f71b7b13", "key_name": "prod-deploy-key" } } ] } ] }