{ "version": 4, "terraform_version": "1.7.7", "serial": 597, "lineage": "46596564-1002-df68-ce0a-379c8734a1aa", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-9044d6f1a0b428986", "ami": "ami-c4435773", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a580d6ed"], "subnet_id": "subnet-829f1e56", "key_name": "prod-deploy-key" } } ] } ] }