{ "version": 4, "terraform_version": "1.8.7", "serial": 322, "lineage": "1edba349-a756-3482-422f-005aa48bf7dc", "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-45ce035657530f152", "ami": "ami-eb695a67", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9e5bbf3b"], "subnet_id": "subnet-14f3d0af", "key_name": "prod-deploy-key" } } ] } ] }